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-20 11:29:24 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
51a69d7218de1cb4e82872e64560d4e3d3a01f8d
gallery3
/
modules
/
gallery
History
Tim Almdal
51a69d7218
Merge branch 'master' into talmdal_dev
2009-10-22 07:40:50 -07: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
Merge branch 'master' into talmdal_dev
2009-10-22 07:40:50 -07:00
css
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
helpers
Change this files to use the API instead of referencing the group tables directly
2009-10-21 11:50:42 -07:00
hooks
Create a gallery error handler that traps php errors and rethrows them as Exceptions. This fixes ticket
#763
2009-09-22 14:25:52 -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
Address the issue of the administrator changing the identity provider whilst users are logged onto the system. Addressed the issue by adding try/catch logic to the Session::load_user() method. If load_user fails for any reason, then assume that the identity provider has changed, destroy the current session and redirect to the root album.
2009-10-21 15:17:23 -07:00
models
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
tests
use the appropriate API's
2009-10-21 11:53:41 -07:00
views
Merge branch 'master' into talmdal_dev
2009-10-22 07:36:37 -07:00
module.info
Correct version numbers for image_block and info modules, they inadvertently got set to 2, they should be 1
2009-09-30 18:04:30 -07:00