Tim Almdal
b6c3451231
Fix the bug introduced by r79582ee, where we try to set the title of the tag album to tag->title. which doesn't exist.
2009-06-15 20:47:36 -07:00
Bharat Mediratta
79582ee5bf
Fix up the titles in the default theme. They've been broken for a
...
while. This fixes ticket #342 .
The bug is that we were using $item instead of $theme->item(). But we
were also not special casing tags properly, and they are effectively
first class citizens (at least for now) so treat them properly. Also,
set page_title by default in the theme so that we don't have to do an
empty() check on it (makes the theme easier to read) and move the
title out of Tags_Controller so that the theme has more control over
it.
2009-06-15 18:15:41 -07:00
Bharat Mediratta
ff74d2d809
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-14 22:28:40 -07:00
Bharat Mediratta
1b656be713
Create a sidebar for tag pages
...
Move the <link> for the container feed (either gallery/album/<id> or
tag/tag/<id>) back into gallery_theme
2009-06-14 22:27:26 -07:00
Chad Kieffer
3d4cbfa274
Move jquery local scroll module from default theme to lib, only load it if viewing photo view. White space cleanup, removed debug print from template.
2009-06-14 22:39:12 -06:00
Chad Kieffer
6fbb2c4469
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-10 20:14:05 -06:00
jhilden
d297f1fdd2
first stab at makeing the language admin view prettier
2009-06-10 02:07:47 -04:00
Chad Kieffer
9717c7cd83
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-09 23:56:17 -06:00
jhilden
dab0799b65
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-10 00:10:18 -04:00
jhilden
f1c91ab977
fixed that you couldn't copy and paste text from the admin dashboard
...
* made only the block headers draggable, so that the rest of the block could be normal
* this should fix bug #292
2009-06-09 23:54:02 -04:00
Chad Kieffer
89b6570ecc
Update floats after .rtl addition. Both should work now.
2009-06-09 21:33:16 -06:00
Bharat Mediratta
798444f40b
Replace login_page.html.php with the form, wrapped in our default page
...
type.
2009-06-09 19:45:15 -07:00
Bharat Mediratta
e5d273e929
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-09 19:00:22 -07:00
Tim Almdal
b276eaa68b
Add some window dressing to login_page.html in order to make it more in line
...
with the overall look of the Gallery3 theme
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca >
2009-06-10 08:39:47 +08:00
Tim Almdal
98422857eb
Forgot this on the last commit
...
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca >
2009-06-10 08:39:46 +08:00
Tim Almdal
a4a38ba760
Created not_authorized.html.php which is a prettier login screen if the root
...
album is not publicly browsable.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca >
2009-06-10 08:39:45 +08:00
Tim Almdal
3c3a65b5a7
Rather than just displaying the "unformatted" login screen when the root album
...
is not viewable by a guest, display the root album as if it was empty. When
the page finishes loading force the login dialog to be displayed.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca >
2009-06-09 22:22:57 +08:00
Bharat Mediratta
f7a720d2e8
Rename main_element_attributes() callback to body_attributes() to be
...
more intuitive for themers.
2009-06-08 23:17:28 -07:00
Andy Staudacher
b9ee6f7d18
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-06 15:24:49 -07:00
Andy Staudacher
0e415dae9b
Preliminary BiDi support (needs *a lot* of tweaking)
2009-06-06 15:24:14 -07:00
Bharat Mediratta
5835715e49
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-06 11:39:11 -07:00
unostar and Bharat Mediratta
cd92b2ed85
Adding strings to localizer
...
Signed-off-by: Bharat Mediratta <bharat@menalto.com >
2009-06-07 02:37:40 +08:00
Chad Kieffer
6c40fd7b14
New default avatar
2009-06-06 00:44:47 -06:00
Chad Kieffer
7cdcb5179f
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-06 00:35:39 -06:00
Chad Kieffer
c5425f42a4
Remove album view icon link, added album link to info module. This and breadcrumb should suffice.
2009-06-06 00:35:30 -06:00
Bharat Mediratta
ab1fc6ad53
Make theme page headers match the menu dropdowns.
...
Internationalize the admin dashboard common title.
2009-06-05 19:47:11 -07:00
Bharat Mediratta
b30645e36c
Localize the 'Add a comment' message
2009-06-05 00:48:18 -07:00
Chad Kieffer
71257cedb6
Forgot to remove notify css classes in default theme in previous commit.
2009-06-05 01:17:16 -06:00
Chad Kieffer
4d3cb760de
Move watch notification menu from the view menu to under the Options menu.
2009-06-05 01:14:09 -06:00
Bharat Mediratta
85d3a962cc
Change XXX to @todo
2009-06-04 21:44:15 -07:00
Bharat Mediratta
67f920d555
Add a csrf to the logout link.
2009-06-04 21:33:14 -07:00
Tim Almdal and Bharat Mediratta
13b12f410e
Create a gDialogLargeLoading class for use with dialogs when running something that will take a little longer. If the standard gLoadingLarge is used with
...
a dialog then the ui-dialog-content class will override the background and the loading icon will not be seen.
Signed-off-by: Bharat Mediratta <bharat@menalto.com >
2009-06-05 03:13:10 +08:00
Bharat Mediratta
65df897fcd
Properly internationalize the "Add some" photos link.
2009-06-04 11:57:36 -07:00
Chad Kieffer
0746e7e10d
Show an "add photos" message on empty albums for those who can.
2009-06-03 19:04:44 -06:00
Chad Kieffer
1df6db45dc
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-02 22:55:23 -06:00
Tim Almdal
0f987880e6
Fix for ticket #320
2009-06-02 12:08:47 -07:00
Bharat Mediratta
b9af090cbd
Switch the default login page to non-ajax mode. It looks awful, but better than before.
2009-06-01 21:44:04 -07:00
Chad Kieffer
2bd8051c28
Forgot these in last commit
2009-05-31 23:55:42 -06:00
Chad Kieffer
b1a6bed36d
Update notify/watch eyeglasses icon with bullhorn icon. Rename css/image names from watch to notify.
2009-05-31 23:52:08 -06:00
jhilden
277c96c2f6
user admin facelift
...
* added drag & drop help message for empty groups
* fixed overflow issue with more than ~10 members in one group
* CSS improvements
2009-05-31 18:25:43 -04:00
Bharat Mediratta
e30b45be07
Merge branch 'master' of git://github.com/gallery/gallery3
2009-05-31 01:15:11 -07:00
Bharat Mediratta
2e16c9557c
Run all variables containing user-entered text through p::clean()
2009-05-31 01:06:51 -07:00
Chad Kieffer
f737963286
Remove insertion of content via CSS, it's not supported by IE. Just added sufficient white space as a seperator.
2009-05-30 23:20:18 -06:00
Chad Kieffer
0ab31b5167
Fix width of add tag text input in IE
2009-05-30 23:15:02 -06:00
Chad Kieffer
d9a3a609f2
Fix height on #gQuickPane in IE
2009-05-30 23:10:18 -06:00
Chad Kieffer
f95b51e219
Fix IE issues with gPager, switch gPager from id to class, it's possible that we might want it to appear more than once in views.
2009-05-30 23:04:55 -06:00
Chad Kieffer
b4b6a0b8d4
Focus IE fixes on versions less than 8
2009-05-30 21:49:55 -06:00
Chad Kieffer
cf00314c6a
Use short hex for colors, #cccccc > #ccc
2009-05-30 16:13:16 -06:00
Chad Kieffer
dcc67ad297
Refine link colors a bit. Drop orange for hover. Remove underlines for sf-menu hovers.
2009-05-30 16:02:27 -06:00
jhilden
2c1c4d3475
small UI/CSS facelift for user admin + git test
2009-05-30 12:09:56 -04:00