Bharat Mediratta
b6c1ba7ea6
Use SQL_CALC_FOUND_ROWS instead of doing the search twice, for better performance.
...
Fixes ticket #835 , thanks Joe7!
2009-10-11 11:22:41 -07:00
Bharat Mediratta
bc63e4fcf9
Make the slug field required for all items.
...
Make the filename field required for photos/movies.
Fixes ticket #838
2009-10-11 11:16:07 -07:00
Chad Kieffer
80bb78fa4e
Fixed resized photo float issue, added g-clearfix to g-pager on the photo view. Tightened up g-pager styles. Removed a few unecessary !importants.
2009-10-09 12:07:27 -06:00
Tim Almdal
83203a11f8
Add the rotate clockwise and counter clockwise to the theme images
2009-10-08 13:06:29 -07:00
Tim Almdal
39dbd820fa
Darken the body background.
2009-10-08 11:54:56 -07:00
Tim Almdal
4b64521275
Change the color of the icon pack to darker shades instead of orange
2009-10-08 11:24:21 -07:00
Tim Almdal
23ba9a2a4e
A clone of the Gallery Wind theme that is based on darker colors. We can move it to -contrib if that's the desire, but i'd thought i'd put it here for now.
2009-10-08 10:11:57 -07:00
Chad Kieffer
03561649ea
Grouped rtl styles in the admin theme. Removed #g-forgot-password-link, it doesn't style the element. Added g-left and g-right in missing places.
2009-10-07 21:52:45 -06:00
Chad Kieffer
609072d3b9
Update fix ie style sheets to include .g-clearfix.
2009-10-07 20:29:16 -06:00
Chad Kieffer
d71a8ef5d0
D'oh! Forgot the :after pseudo selector for .g-clearfix
2009-10-07 20:06:48 -06:00
Chad Kieffer
121fcab5c8
Replaced most clear fix hacks with generic class.
2009-10-07 00:46:02 -06:00
Chad Kieffer
617076e897
Merge branch 'master' of github.com:gallery/gallery3
2009-10-07 00:21:47 -06:00
Chad Kieffer
859f8dc558
Consolidated the rest of the base message styles into lib/gallery.common.css and applied updates to views. Moved over draggable/droppable styles. Use g-target consistently for drag/drop interactions. Minor re-ordering of selectors in gallery.common.css. Updates to css comments.
2009-10-07 00:21:23 -06:00
Bharat Mediratta
13fb033235
Remove debugging lines (thanks talmdal!)
2009-10-06 23:05:35 -07:00
Bharat Mediratta
fcbce09fc4
Update gallery::find_file to look for subdirectories in lib, then fall
...
back to looking in just lib itself. This is not consistent behavior
with the rest of our module structure, though so we should probably
make it more consistent.
Fix up the permission images to use gallery::find_file again.
2009-10-06 21:50:41 -07:00
Chad Kieffer
0c7e4581c9
Rename permissions icons to correspond to view states, move to lib/images. Fixed references to them in the edit permissions view.
2009-10-06 22:18:31 -06:00
Tim Almdal
dc0d344b4a
Move the graphics::rotate to gallery_graphics::rotate to be consistent with the other gallery graphics functions.
2009-10-06 12:58:53 -07:00
Chad Kieffer
49505f28bb
Refer to sidebar elements as blocks, rather than panels.
2009-10-05 22:27:30 -06:00
Chad Kieffer
225fb42f74
Added g-block-content
2009-10-05 00:36:11 -06:00
Chad Kieffer
d581bbbd1e
Renamed more CSS selectors from gName to g-name.
2009-10-04 15:53:00 -06:00
Chad Kieffer
048e540a98
Fixed previous over zealous find and replace.
2009-10-04 15:44:24 -06:00
Chad Kieffer
4be3210f1d
Fixed previous over zealous find and replace.
2009-10-04 15:30:05 -06:00
Tim Almdal
61d7ab7d57
Revert "Create a modules and themes directory in the application directory. All subdirectories are ignored by git, so provides a place to put 3rd party themes and modules separate from the core release."
...
This reverts commit e8733e262b37461b6e162ca065521165c6dc31a1.
2009-10-04 10:12:23 -07:00
Tim Almdal
2634a683b3
Revert "Create a gallery::plugin_path which returns the appropriate path to the module or theme. This checks for the existence of an application/modules or application/themes first."
...
This reverts commit e1e1461a77caf5bff457927f098366497de6ffff.
2009-10-04 10:12:22 -07:00
Tim Almdal
aa0529d557
Create a gallery::plugin_path which returns the appropriate path to the module or theme. This checks for the existence of an application/modules or application/themes first.
2009-10-04 10:12:21 -07:00
Tim Almdal
60c15e41b3
Create a modules and themes directory in the application directory. All subdirectories are ignored by git, so provides a place to put 3rd party themes and modules separate from the core release.
2009-10-04 10:12:21 -07:00
Chad Kieffer
dfc7f02ccc
Restored avatar.jpg as it is used on the comment admin page.
2009-10-04 01:21:31 -06:00
Chad Kieffer
3e6ba7acc3
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
Chad Kieffer
9145331fd4
Renamed and moved gOdd/gEven CSS classes.
2009-10-03 12:33:53 -06:00
Tim Almdal
5ab0be3e62
Add the swfobject ( http://code.google.com/p/swfobject/ ) to gallery3/lib.
2009-10-03 09:58:57 -07:00
Bharat Mediratta
7236208655
Log the stack trace when non-admins get the error.
2009-10-02 13:20:44 -07:00
Tim Almdal
ace6949664
Set the height of the gAdminBlocksList ul so the user doesn't have to struggle to find the drop target. Thx floridave fir pointing it out.
2009-10-02 08:00:15 -07:00
Tim Almdal
b2a9bf43af
Change gallery::find_file to not assume that the absolute path is relative to the document root. Instead ignore all th path parts until one of application, modules, themes, or libs is found. Fixes ticket #827
2009-10-01 12:44:18 -07:00
Tim Almdal
3ceb2775f8
adjust whitespace
2009-10-01 10:59:45 -07:00
Chad Kieffer
3243feeeb6
Apply gModuleStatus to server add status message.
2009-09-30 22:58:51 -06:00
Chad Kieffer
966c475dd0
Merge branch 'master' of github.com:gallery/gallery3
2009-09-30 22:49:57 -06:00
Chad Kieffer
e1e8904e4a
Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's and classes in the login/reset password dialog.
2009-09-30 22:49:36 -06:00
Chad Kieffer
1f02c1ef6e
Apply gModuleStatus to server add status message.
2009-09-30 22:48:05 -06:00
Tim Almdal
4d76a99872
Fix a problem with trying to display item related menu items on a dynamic page like tags
2009-09-30 21:27:21 -07:00
Chad Kieffer
8f3691d502
Apply button style and hover effect to password reset button.
2009-09-30 22:20:34 -06:00
Chad Kieffer
1f252f0609
Missed g-right application on add group
2009-09-30 21:52:51 -06:00
Chad Kieffer
0c3c13d27f
Removed blank line.
2009-09-30 21:12:00 -06:00
Tim Almdal
e3f3a4cbe1
Merge branch 'master' of git@github.com:gallery/gallery3
2009-09-30 18:06:16 -07:00
Tim Almdal
0787ef8b20
Added active_sidebar_blocks and deactive_sidebar_blocks to allow the installer to activate and deactive the side bar blocks when a module is activated or deactivated.
2009-09-30 18:05:35 -07:00
Tim Almdal
7e78d125b2
Correct version numbers for image_block and info modules, they inadvertently got set to 2, they should be 1
2009-09-30 18:05:09 -07:00
Tim Almdal
4ec2654a69
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
Tim Almdal
81eaf1e46c
Add functionality to activate sidebar blocks when the module is activated and deactivate the sidebar blocks when the module is deactivated.
2009-09-30 17:30:01 -07:00
Chad Kieffer
06070c78ee
Move primary status message icons to lib/images/, update css urls accordingly.
2009-09-30 18:05:15 -06:00
Tim Almdal
e197e4017d
Set the gallery version to 15 and provide upgrade processing to set the default sidebar.
2009-09-30 17:02:48 -07:00
Tim Almdal
4de412e722
Enable the administration screen for the sidebar. Fix for ticket #110 .
2009-09-30 14:26:32 -07:00