Bharat Mediratta
|
d5dbd1677f
|
"Server Add" -> "Server add"
(Sentence capitalization)
|
2010-08-09 21:22:54 -07:00 |
|
Bharat Mediratta
|
c3c2b45280
|
Update the copyright to 2010. It's only 3 months into the year :-)
|
2010-03-03 10:15:34 -08:00 |
|
Tim Almdal
|
7ea13b3869
|
Normalize capitalization ticket #596
|
2009-10-28 12:15:52 -07:00 |
|
Tim Almdal
|
3c936d661a
|
Change the name of identity library from Identity to IdentityProvider. Create a helper class called identity to simplify call the Identity Provider. Move the contents of MY_Session.php to the new helper class and remove the MY_Session class
|
2009-10-22 13:11:03 -07:00 |
|
Tim Almdal
|
78ee4193b7
|
Remove all non Identity API methods from Identity.php. Created an MY_Session class to provide the user state changes in the session and a login.php helper that has the login form.
|
2009-10-16 10:06:58 -07:00 |
|
Tim Almdal
|
00eacd659f
|
Start simplifying the interface by moving the static methods from user.php and group.php. Tried creating a identity helper, but the helper identity.php was confused with the library Identity.php. So got around this by making the methods on Identity static and calling the instance within the static methods. Also temporarily moved the user.php and group.php back into the user module.
|
2009-10-16 08:53:31 -07:00 |
|
Tim Almdal
|
cf89015a29
|
Change the fix for ticket #775 to always add the Add menu, but not add any items if the album directory is not writable.
|
2009-09-19 09:34:27 -07:00 |
|
Tim Almdal
|
4e6f2f1b4c
|
Don't display the add menu if the underlying operating system directory is not writable. THis should fix ticket #775
|
2009-09-18 23:53:48 -07:00 |
|
Bharat Mediratta
|
4bc7165dab
|
Delete obsolete comment and tighten the code in site_menu().
|
2009-08-29 16:42:33 -07:00 |
|
jhilden
|
746609b967
|
* created new generic "Add" dropdown in the site menu. this should take care of ticket #537
* removed start/stop translation menu items from the admin, since they are on the languags admin page now
|
2009-08-29 14:27:08 -04:00 |
|
Bharat Mediratta
|
1e90e40d3a
|
Use events to generate menus, instead of having xxx_menu helpers.
This is the first step towards having a simple, lightweight and
unified API for module interaction.
|
2009-07-28 13:47:22 -07:00 |
|