Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-19 | More minor facelift for the admin/g2_import page. | Bharat Mediratta | |
2009-06-19 | Give the admin/g2_import page a facelift. | Bharat Mediratta | |
2009-06-19 | Move 'Permissions' above 'STUFF THAT NEEDS A HOME' since I think that | Bharat Mediratta | |
the stuff that needs a home is a catch all and should be at the bottom. | |||
2009-06-19 | Improve the task dialog | Bharat Mediratta | |
1) Put a "starting up..." message before there's any feedback from the server 2) show the title of the task in the dialog. | |||
2009-06-19 | Fix a javascript error that was breaking IE, and localize | Bharat Mediratta | |
ADD_A_COMMENT otherwise ui.init.js bombs. | |||
2009-06-16 | Change the page.html file so that if the type of page is login, the sidebar ↵ | Tim Almdal | |
contents are are not shown | |||
2009-06-16 | Fix for ticket #328. | Tim Almdal | |
Basically copied the default/views/pager.html to admin_default/views/pager.html and change the message to reflect the original comment message. | |||
2009-06-16 | Move the show_full_size code into gallery/lib so that it's generally | Bharat Mediratta | |
available to themes that want to use it. It should probably eventually be generalized away from just being for full sized images, but it's a step in the right direction. Fixes ticket #427. | |||
2009-06-16 | Add the real image url to the anchor elements for our full size links | Bharat Mediratta | |
so that right clicking works. Turn the full size rendering code into a function and call it with arguments, instead of creating a hacky named data structure to hold the info. Further partial fixes for ticket #427. | |||
2009-06-16 | Move all the fullsize code into the theme to make it less confusing. | Bharat Mediratta | |
Partial fix for ticket #427. | |||
2009-06-15 | Fix the bug introduced by r79582ee, where we try to set the title of the tag ↵ | Tim Almdal | |
album to tag->title. which doesn't exist. | |||
2009-06-15 | Fix up the titles in the default theme. They've been broken for a | Bharat Mediratta | |
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-14 | Merge branch 'master' of git@github.com:gallery/gallery3 | Bharat Mediratta | |
2009-06-14 | Create a sidebar for tag pages | Bharat Mediratta | |
Move the <link> for the container feed (either gallery/album/<id> or tag/tag/<id>) back into gallery_theme | |||
2009-06-14 | Move jquery local scroll module from default theme to lib, only load it if ↵ | Chad Kieffer | |
viewing photo view. White space cleanup, removed debug print from template. | |||
2009-06-10 | Merge branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer | |
2009-06-10 | first stab at makeing the language admin view prettier | jhilden | |
2009-06-09 | Merge branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer | |
2009-06-10 | Merge branch 'master' of git@github.com:gallery/gallery3 | jhilden | |
2009-06-09 | fixed that you couldn't copy and paste text from the admin dashboard | jhilden | |
* made only the block headers draggable, so that the rest of the block could be normal * this should fix bug #292 | |||
2009-06-09 | Update floats after .rtl addition. Both should work now. | Chad Kieffer | |
2009-06-09 | Replace login_page.html.php with the form, wrapped in our default page | Bharat Mediratta | |
type. | |||
2009-06-09 | Merge branch 'master' of git@github.com:gallery/gallery3 | Bharat Mediratta | |
2009-06-10 | Add some window dressing to login_page.html in order to make it more in line | Tim Almdal | |
with the overall look of the Gallery3 theme Signed-off-by: Tim Almdal <tnalmdal@shaw.ca> | |||
2009-06-10 | Forgot this on the last commit | Tim Almdal | |
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca> | |||
2009-06-10 | Created not_authorized.html.php which is a prettier login screen if the root | Tim Almdal | |
album is not publicly browsable. Signed-off-by: Tim Almdal <tnalmdal@shaw.ca> | |||
2009-06-09 | Rather than just displaying the "unformatted" login screen when the root album | Tim Almdal | |
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-08 | Rename main_element_attributes() callback to body_attributes() to be | Bharat Mediratta | |
more intuitive for themers. | |||
2009-06-06 | Merge branch 'master' of git@github.com:gallery/gallery3 | Andy Staudacher | |
2009-06-06 | Preliminary BiDi support (needs *a lot* of tweaking) | Andy Staudacher | |
2009-06-06 | Merge branch 'master' of git@github.com:gallery/gallery3 | Bharat Mediratta | |
2009-06-07 | Adding strings to localizer | unostar | |
Signed-off-by: Bharat Mediratta <bharat@menalto.com> | |||
2009-06-06 | New default avatar | Chad Kieffer | |
2009-06-06 | Merge branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer | |
2009-06-06 | Remove album view icon link, added album link to info module. This and ↵ | Chad Kieffer | |
breadcrumb should suffice. | |||
2009-06-05 | Make theme page headers match the menu dropdowns. | Bharat Mediratta | |
Internationalize the admin dashboard common title. | |||
2009-06-05 | Localize the 'Add a comment' message | Bharat Mediratta | |
2009-06-05 | Forgot to remove notify css classes in default theme in previous commit. | Chad Kieffer | |
2009-06-05 | Move watch notification menu from the view menu to under the Options menu. | Chad Kieffer | |
2009-06-04 | Change XXX to @todo | Bharat Mediratta | |
2009-06-04 | Add a csrf to the logout link. | Bharat Mediratta | |
2009-06-05 | Create a gDialogLargeLoading class for use with dialogs when running ↵ | Tim Almdal | |
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-04 | Properly internationalize the "Add some" photos link. | Bharat Mediratta | |
2009-06-03 | Show an "add photos" message on empty albums for those who can. | Chad Kieffer | |
2009-06-02 | Merge branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer | |
2009-06-02 | Fix for ticket #320 | Tim Almdal | |
2009-06-01 | Switch the default login page to non-ajax mode. It looks awful, but better ↵ | Bharat Mediratta | |
than before. | |||
2009-05-31 | Forgot these in last commit | Chad Kieffer | |
2009-05-31 | Update notify/watch eyeglasses icon with bullhorn icon. Rename css/image ↵ | Chad Kieffer | |
names from watch to notify. | |||
2009-05-31 | user admin facelift | jhilden | |
* added drag & drop help message for empty groups * fixed overflow issue with more than ~10 members in one group * CSS improvements |