Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-29 | Fix permissions for files to remove executable bit. | Bharat Mediratta | |
2009-06-29 | *Note* work in progress. | Tim Almdal | |
Implement the combined css functionality. Local url references and replace with absolute urls instead of relative. | |||
2009-06-29 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
Conflicts: modules/gallery/libraries/Theme_View.php themes/admin_default/views/admin.html.php | |||
2009-06-29 | Temporary checkin to allow merge with trunk... don't integrate | Tim Almdal | |
2009-06-28 | Rename $theme->url() to $theme->theme_url() for consistency wiht | Bharat Mediratta | |
$theme->theme_script(). | |||
2009-06-28 | Clean up the combined javascript change and refactor out the | Bharat Mediratta | |
Gallery_View base class from Theme_View and Admin_View. 1) Move all the theme specific jquery stuff from gallery_theme::head() and admin_head() into the theme files. Use $theme->script() as appropriate. 2) Get rid of the extra boolean on $theme->url() that we were using so that we could call $theme->script($theme->url(...)) -- add $theme->theme_script() instead (poorly named, but still clearer than what we had before) 3) Fix the bug that combined scripts didn't work at all in the admin theme. 4) Get rid of $theme->display() in favor of new View(...) | |||
2009-06-28 | Merge branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer | |
2009-06-28 | Convert info module's block to use a list instead of a table. Addresses ↵ | Chad Kieffer | |
request in ticket #441. | |||
2009-06-27 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
2009-06-27 | We no longer need the digibug section now that we've got a menu for | Bharat Mediratta | |
thumbnail actions. | |||
2009-06-27 | Create a new thumb_menu() and convert Digibug over to use it. | Bharat Mediratta | |
1) Eliminate digibug_album.html 2) Get rid of the $(document).ready() in digibug.js and rename popUp() to digibug_popup() then just make direct calls to digibug_popup() in the menu urls. | |||
2009-06-27 | Digibug simplification cleanup. Upgrade digibug module to version 2. | Bharat Mediratta | |
1) Simplify the admin settings page to what most of our users want. Eliminate basic_ and default_ ids. We just have company_id and default_id. Advanced users can use advanced settings for now. 2) Fix security in print_photos (didn't get it right in my last commit) 3) Use the regular thumb and full urls if the images are publicly available to reduce load on the proxy. 4) Simplify proxy expiration code. 5) Eliminate all specialized styles from the admin theme. | |||
2009-06-26 | Move the inclusion of photo and movie specific javascript into gallery_theme | Tim Almdal | |
2009-06-26 | 1) Move the generation of script tags to gallery_theme::head and ↵ | Tim Almdal | |
gallery_theme::admin_head. This allows us to potentially manage the scripts like we do in g2 (single file and compressed) 2) Change Theme_View::_call to always call the gallery_theme::$function first. | |||
2009-06-25 | 1) Rename the basic_company_id and basic_event_id to default_*_id | Tim Almdal | |
2) Removed the tabs on the digibug admin page word count is now at 35. 3) Added a default link which resets the event and company id's to gallery's ids | |||
2009-06-25 | Replace the crappy temporary print image with one that is more consistent ↵ | Tim Almdal | |
with the theme. Thanks again Ben Dunkle. | |||
2009-06-25 | This change to the default/css/screen.css file was overlooked | Tim Almdal | |
2009-06-25 | 1) Move the digibug css in the default and admin_default themes | Tim Almdal | |
2) Remove most of the marketing cruft on the admin pages 3) Change the name of the admin settings to just Digibug 4) Remove the "switch on mouseover" approach | |||
2009-06-25 | Cleanup pass. Fixed formatting, grouped a few selectors. Removed empty ↵ | Chad Kieffer | |
selectors. | |||
2009-06-24 | Group RTL styles together in their own section. | Chad Kieffer | |
2009-06-24 | The image didn't get picked up on the previous commit | Tim Almdal | |
2009-06-24 | Implement printing support on the photo page. I've used an icon that doesn't | Tim Almdal | |
quite match the theme temporarily. I'm hoping to have a matching icon soon. | |||
2009-06-23 | Add a new "show credits" check box in the theme options so that you | Bharat Mediratta | |
can disable any module credits if you want. Update the theme to obey it. | |||
2009-06-23 | Revert "Remove unsued <span> element" | Bharat Mediratta | |
This reverts commit 65a7967a046c22abadfd526954a2cd0002ea26cf. Turns out, the span really is in use. | |||
2009-06-23 | Remove unsued <span> element | Tim Almdal | |
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca> | |||
2009-06-22 | Fix css indentation | Bharat Mediratta | |
2009-06-22 | Fix indentation | Bharat Mediratta | |
2009-06-21 | Add width/height to the logo <img> | Bharat Mediratta | |
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. |