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-05-21 03:49:21 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
93ec51aa0fd91e1534563d9e9514e85be4e3ce2e
gallery3
/
modules
/
gallery
History
Tim Almdal
9a329f23ed
remove a debugging statement
2009-11-02 12:43:04 -08:00
..
config
Move the default identity config into the users module and change the Identity constructor to look in module::get_var(gallery, identity_provider) for the current identity driver.
2009-10-18 08:00:33 -07:00
controllers
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
css
Created gallery.css file, moved simple uploader, move, and permissions CSS there. Removed relocated styles from theme css.
2009-10-25 16:53:54 -06:00
helpers
remove a debugging statement
2009-11-02 12:43:04 -08:00
hooks
Allow themes to override event handlers. In gallery::ready() grab the server
2009-10-23 17:58:55 -07:00
images
Swap Jakob's placeholder in for mine.
2009-06-16 19:50:26 -07:00
js
Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
2009-10-04 00:27:22 -06:00
libraries
Added a config parameter to the IdentityProvider to specifiy the configuration. This allows the ldap installer to instantiate the ldap Identity provider to use in the install and uninstall methods
2009-10-31 14:11:06 -07:00
models
Log an alert when we can't load a user.
2009-10-30 15:40:22 -07:00
tests
Update the modified with a local fix for Kohana ticket
#2298
2009-11-01 09:32:42 -08:00
views
Cleanup RTL styles even further. I think this gets wind and admin_wind looking pretty good for RTL. Related to the previous commit, remove g-right from login menu, let the theme handle positioning.
2009-11-01 19:11:58 -07:00
module.info
Upgrade the gallery module to version 16 to reflect the refactoring of the user module into an identity provider. Change how we determine if there are available groups that we need to export
2009-10-26 10:05:25 -07:00