This website requires JavaScript.
Explore
Help
Sign In
stian
/
gallery3
Watch
1
Star
0
Fork
0
You've already forked gallery3
mirror of
https://github.com/Pathduck/gallery3.git
synced
2026-06-09 21:19:11 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3d8d2f71be68ce5bb267a54a36d6ab495c22e6b1
gallery3
/
modules
/
gallery
/
controllers
History
Tim Almdal
421a975c0e
Improve error handling.
2009-11-11 18:47:10 -08:00
..
admin_advanced_settings.php
…
admin_dashboard.php
…
admin_graphics.php
…
admin_identity.php
Change the order of processing to allow various modules to respond to the identity change event after the new provider instance has been installed. Once the new provider is installed and activated, we can uninstall the old provider which causes users to be deleted. This should be safer, because at this point our new identity provider has been installed, most of the ownership issues have been resolved by the identity change handlers. If there are any ownership issues left, the user deleted event has the new identity provider to uses to rectify them.
2009-10-31 14:22:12 -07:00
admin_languages.php
Normalize capitalization ticket
#596
2009-10-28 12:15:52 -07:00
admin_maintenance.php
…
admin_modules.php
…
admin_sidebar.php
Standardize message markup, make the update block status message translatable.
2009-10-23 05:41:41 -07:00
admin_theme_options.php
…
admin_themes.php
…
admin.php
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
albums.php
Rename the login helper to auth. Create a login and logout helper function to allow for programmically login in and out.
2009-10-30 09:32:18 -07:00
combined.php
…
file_proxy.php
Refix
#812
, by removing the decoding in file_proxy instead of not encoding in Item_Model when creating the relative_path_cache.
2009-10-27 20:20:32 -07:00
items.php
…
l10n_client.php
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
login.php
Rename the login helper to auth. Create a login and logout helper function to allow for programmically login in and out.
2009-10-30 09:32:18 -07:00
logout.php
Rename the login helper to auth. Create a login and logout helper function to allow for programmically login in and out.
2009-10-30 09:32:18 -07:00
maintenance.php
…
move.php
…
movies.php
Fix an accidental old use of $photo in the extension renaming code.
2009-11-08 14:02:09 -08:00
packager.php
…
permissions.php
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
photos.php
Modified the so that a where clause can be passed into item::get_position. Was also able to remove the sub-select from the calculation of the current position as we already have the child item containing the sort column value.
2009-11-04 09:50:49 -08:00
quick.php
…
rest.php
…
simple_uploader.php
Improve error handling.
2009-11-11 18:47:10 -08:00
upgrader.php
Change the upgrader so that it never deactivactes the gallery nor the current identity provider modules. Call module::deactive to truly deactivate the module.
2009-10-26 09:35:41 -07:00
welcome_message.php
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