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-13 07:59:24 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b528fbde579b76cdab098a0319fdfbded93bee4a
gallery3
/
modules
/
digibug
History
Tim Almdal
1b530e4680
Merge branch 'master' into talmdal_dev
...
Conflicts: modules/user/views/admin_users.html.php
2009-10-19 06:27:18 -07:00
..
config
Fix for ticket
#502
2009-07-23 07:02:10 -07:00
controllers
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
helpers
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
images
Digibug simplification cleanup. Upgrade digibug module to version 2.
2009-06-27 15:55:47 -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
models
Fix issues with Digibug printing where the preview ws not showing up.
2009-06-30 20:17:48 -07:00
tests
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
views
Wrap all admin views in g-block and g-block content. This provides the means to visually separate the view's title and description from everything else. Primary admin view title should always be h1, and only one h1 per view. Removed some unused admin CSS id's.
2009-10-18 20:22:10 -06:00
module.info
Add quotes around all values that contain spaces in them, and add a
2009-07-13 10:36:55 -07:00