[dreamwidth/dw-free] 55500b: [#1323] move user methods and functions into submo...
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 55500b59294a0f187e7bdc9a300651141dda5abb
https://github.com/dreamwidth/dw-free/commit/55500b59294a0f187e7bdc9a300651141dda5abb
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-03-28 (Sat, 28 Mar 2015)
Changed paths:
M cgi-bin/LJ/User.pm
A cgi-bin/LJ/User/Account.pm
A cgi-bin/LJ/User/Administration.pm
A cgi-bin/LJ/User/Age.pm
A cgi-bin/LJ/User/Data.pm
A cgi-bin/LJ/User/Display.pm
A cgi-bin/LJ/User/Icons.pm
A cgi-bin/LJ/User/Journal.pm
A cgi-bin/LJ/User/Login.pm
A cgi-bin/LJ/User/Message.pm
A cgi-bin/LJ/User/Permissions.pm
A cgi-bin/LJ/User/Styles.pm
Log Message:
-----------
[#1323] move user methods and functions into submodules
Commit: 9fdeba55a02d26a2bdac671dfc943ce58f9681f8
https://github.com/dreamwidth/dw-free/commit/9fdeba55a02d26a2bdac671dfc943ce58f9681f8
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-03-28 (Sat, 28 Mar 2015)
Changed paths:
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/User/Account.pm
M cgi-bin/LJ/User/Administration.pm
M cgi-bin/LJ/User/Age.pm
M cgi-bin/LJ/User/Data.pm
M cgi-bin/LJ/User/Display.pm
M cgi-bin/LJ/User/Icons.pm
M cgi-bin/LJ/User/Journal.pm
M cgi-bin/LJ/User/Login.pm
M cgi-bin/LJ/User/Message.pm
M cgi-bin/LJ/User/Permissions.pm
M cgi-bin/LJ/User/Styles.pm
Log Message:
-----------
[#1323] remute uninitialized warnings in submodules
LJ/User.pm had defined "no warnings 'uninitialized'" and the submodules did not inherit that.
This should also fix the warnings that were immediately logged when testing.
Mostly in LJ::User but also a couple in LJ::S2.
Commit: f0a56c07dd6b45dd8a8441eae8ffeb7827ee7cb6
https://github.com/dreamwidth/dw-free/commit/f0a56c07dd6b45dd8a8441eae8ffeb7827ee7cb6
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-04-14 (Tue, 14 Apr 2015)
Changed paths:
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/User.pm
A cgi-bin/LJ/User/Account.pm
A cgi-bin/LJ/User/Administration.pm
A cgi-bin/LJ/User/Age.pm
A cgi-bin/LJ/User/Data.pm
A cgi-bin/LJ/User/Display.pm
A cgi-bin/LJ/User/Icons.pm
A cgi-bin/LJ/User/Journal.pm
A cgi-bin/LJ/User/Login.pm
A cgi-bin/LJ/User/Message.pm
A cgi-bin/LJ/User/Permissions.pm
A cgi-bin/LJ/User/Styles.pm
Log Message:
-----------
Merge pull request #1326 from kareila/1323-usersplit
move user methods and functions into submodules
Compare: https://github.com/dreamwidth/dw-free/compare/9c2f3a244da9...f0a56c07dd6b
Home: https://github.com/dreamwidth/dw-free
Commit: 55500b59294a0f187e7bdc9a300651141dda5abb
https://github.com/dreamwidth/dw-free/commit/55500b59294a0f187e7bdc9a300651141dda5abb
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-03-28 (Sat, 28 Mar 2015)
Changed paths:
M cgi-bin/LJ/User.pm
A cgi-bin/LJ/User/Account.pm
A cgi-bin/LJ/User/Administration.pm
A cgi-bin/LJ/User/Age.pm
A cgi-bin/LJ/User/Data.pm
A cgi-bin/LJ/User/Display.pm
A cgi-bin/LJ/User/Icons.pm
A cgi-bin/LJ/User/Journal.pm
A cgi-bin/LJ/User/Login.pm
A cgi-bin/LJ/User/Message.pm
A cgi-bin/LJ/User/Permissions.pm
A cgi-bin/LJ/User/Styles.pm
Log Message:
-----------
[#1323] move user methods and functions into submodules
Commit: 9fdeba55a02d26a2bdac671dfc943ce58f9681f8
https://github.com/dreamwidth/dw-free/commit/9fdeba55a02d26a2bdac671dfc943ce58f9681f8
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-03-28 (Sat, 28 Mar 2015)
Changed paths:
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/User/Account.pm
M cgi-bin/LJ/User/Administration.pm
M cgi-bin/LJ/User/Age.pm
M cgi-bin/LJ/User/Data.pm
M cgi-bin/LJ/User/Display.pm
M cgi-bin/LJ/User/Icons.pm
M cgi-bin/LJ/User/Journal.pm
M cgi-bin/LJ/User/Login.pm
M cgi-bin/LJ/User/Message.pm
M cgi-bin/LJ/User/Permissions.pm
M cgi-bin/LJ/User/Styles.pm
Log Message:
-----------
[#1323] remute uninitialized warnings in submodules
LJ/User.pm had defined "no warnings 'uninitialized'" and the submodules did not inherit that.
This should also fix the warnings that were immediately logged when testing.
Mostly in LJ::User but also a couple in LJ::S2.
Commit: f0a56c07dd6b45dd8a8441eae8ffeb7827ee7cb6
https://github.com/dreamwidth/dw-free/commit/f0a56c07dd6b45dd8a8441eae8ffeb7827ee7cb6
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-04-14 (Tue, 14 Apr 2015)
Changed paths:
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/User.pm
A cgi-bin/LJ/User/Account.pm
A cgi-bin/LJ/User/Administration.pm
A cgi-bin/LJ/User/Age.pm
A cgi-bin/LJ/User/Data.pm
A cgi-bin/LJ/User/Display.pm
A cgi-bin/LJ/User/Icons.pm
A cgi-bin/LJ/User/Journal.pm
A cgi-bin/LJ/User/Login.pm
A cgi-bin/LJ/User/Message.pm
A cgi-bin/LJ/User/Permissions.pm
A cgi-bin/LJ/User/Styles.pm
Log Message:
-----------
Merge pull request #1326 from kareila/1323-usersplit
move user methods and functions into submodules
Compare: https://github.com/dreamwidth/dw-free/compare/9c2f3a244da9...f0a56c07dd6b
