Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-10 | #2048 - Remove unneeded jquery.autocomplete.css/js inclusions. | shadlaws | |
- removed autocomplete.css/js calls in server_add, tag, and g2_import. - revised xss_data.txt golden file (line number changes only). | |||
2013-02-17 | Fix autocomplete for admin_g2_import. | Bharat Mediratta | |
2013-02-17 | Updated for the new jQuery tabs API. | Bharat Mediratta | |
2012-05-19 | Create an ajax response framework that inserts <meta> tags to guard | Bharat Mediratta | |
against UTF-7, and create a $.gallery_autocomplete variant of jQuery's autocomplete that expects the first line to be a <meta> tag and discards it. More complete fix for #1871. | |||
2011-04-24 | Show the tabs after the page has loaded to prevent Firefox from rendering the | Bharat Mediratta | |
unstyled page and then flashing. Fixes #1705. | |||
2011-04-24 | Third times the charm. Rethink unordered lists and bullets. Revert to ↵ | Chad Kieffer | |
turning them off by default and provide a new class, g-text, to define a list or a section of text as needing to display bullets. | |||
2011-04-23 | Merge branch 'master' of git://github.com/gallery/gallery3 | Chad Kieffer | |
2011-04-23 | Remove enumeration unordered list class, it's no longer needed. | Chad Kieffer | |
2011-04-23 | Enable autocomplete for the embed path. Fixes #1687. | Bharat Mediratta | |
2011-04-22 | Totally revamp the G2 Import UI to make it sexxxy. Fixes #1683. | Bharat Mediratta | |
2010-11-09 | Add an extra line break after the RewriteBase line so that the | Bharat Mediratta | |
RewriteBase and RewriteRule lines don't get merged in the resulting textarea. Fixes #1481. | |||
2010-09-08 | Tighten up the "your gallery2 has xxx in it" info display. | Bharat Mediratta | |
2010-09-08 | Remove unnecessary g2_import CSS (which we were loading on every page | Bharat Mediratta | |
-- doh!) and replace it with a new "enumeration" list style in the admin_wind CSS. Reshuffle the page a little bit to make it look cleaner. | |||
2010-09-08 | Add information about disabling XCache during the import process. Fixes ↵ | Bharat Mediratta | |
ticket #1352. | |||
2010-09-06 | Add "Options +FollowSymLinks" to the example mod_rewrite rules and put | Bharat Mediratta | |
it in a textarea for easy copying. | |||
2010-02-22 | Fix cut/paste typo | Bharat Mediratta | |
2010-02-09 | Revise the "review your permission" text to my liking. | Bharat Mediratta | |
2010-02-07 | Import G2 permissions in the import process. Ignores user and item specific ↵ | Andy Staudacher | |
permissions. | |||
2010-02-06 | Fix g2 redirect to use external redirect (and declare it as permanent). | Andy Staudacher | |
Redirects weren't working for me in Firefox 3.5 when not signed into G3 (and all items are public). | |||
2010-01-31 | Fix lots of warnings that pop up when we're in E_STRICT mode. They're | Bharat Mediratta | |
mostly issues around uninitialized variables, calling non-static functions in a static context, calling Session functions directly instead of on its singleton, passing non-variables by reference, and subclasses not using the same interface as the parent class. | |||
2010-01-02 | Clean the G2 base url so that we can't leak XSS vulnerabilities that | Bharat Mediratta | |
way (highly unlikely, but now it's impossible). | |||
2010-01-02 | Add a tip about deactivating some modules to make importing faster. | Bharat Mediratta | |
Combine two tips into one. | |||
2010-01-01 | Add a code block showing how to add a mod_rewrite block to the old Gallery2 ↵ | Bharat Mediratta | |
install to redirect urls to Gallery 3. | |||
2009-11-17 | Stop overlap of g2_import messages and info icon in the background. Fixes #765. | Chad Kieffer | |
2009-10-28 | Normalize capitalization ticket #596 | Tim Almdal | |
2009-10-18 | Wrap all admin views in g-block and g-block content. This provides the means ↵ | Chad Kieffer | |
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-07 | Consolidated the rest of the base message styles into lib/gallery.common.css ↵ | Chad Kieffer | |
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-04 | Renamed most, if not all css selectors from gName to g-name. Moved a few ↵ | Chad Kieffer | |
shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features. | |||
2009-09-30 | Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ↵ | Chad Kieffer | |
and classes in the login/reset password dialog. | |||
2009-09-30 | Replaced gButtonLink with g-button. | Chad Kieffer | |
2009-08-31 | Rename mark_safe() to mark_clean() | Andy Staudacher | |
2009-08-30 | Change all instances of SafeString::of_safe_html() to html::mark_safe() in ↵ | Andy Staudacher | |
views. | |||
2009-08-29 | Undo url helper changes - url methods no longer return a SafeString. | Andy Staudacher | |
Adding SafeString::of_safe_html() calls where urls are passed as parameters to t() and t2(). | |||
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-13 | Add a warning about eAccelerator interfering with g2_import. | Bharat Mediratta | |
2009-06-11 | Rename theme_details to theme_options. These changes got left out of | Bharat Mediratta | |
68fd196d66e2d21f571ff3b5a673f18cd129abf9 leaving us in a temporarily broken state. | |||
2009-05-27 | Commit an egregious hack to work around the fact that both Gallery 2 | Bharat Mediratta | |
and Gallery 3 have a class named Gallery. Clone a subset of the Gallery 2 files and munge them so that we can rename the Galery 2 version to G2_Gallery. Also, update the disclaimer in Admin > Settings > Gallery 2 Import. | |||
2009-05-12 | Import tags. | Bharat Mediratta | |
2009-05-12 | Deal gracefully with the case that the Gallery 2 instance didn't have | Bharat Mediratta | |
any resizes (or thumbnails). Fix a case where we were over-weighting the max dimension for square resizes and thumbs. | |||
2009-05-11 | Don't attempt to interact with comments if the Gallery2 comment module is ↵ | Bharat Mediratta | |
not installed. Resolves ticket #276 | |||
2009-05-09 | Usability and performance improvements | Bharat Mediratta | |
Significantly speed up the process by copying Gallery2 thumbnails and resizes wherever possible instead of regenerating them. This requires us to figure out the dimensions of the original G2 derivative and make sure that it matches in some reasonable way. To allow users to take advantage of this, calculate the optimal thumb and resize size to set in G3 to match what was used in G2. While we're at it, give the user some idea of how much data is available in G2 to import. | |||
2009-05-09 | Fix indentation. | Bharat Mediratta | |
2009-04-22 | Minor cleanups: | Bharat Mediratta | |
* Delete g2_map records when the corresponding item is removed. * Improve text on g2 import settings page * Minor comment fixes. | |||
2009-04-21 | Highlight: we can now import photos and movies. | Bharat Mediratta | |
Notes: * Don't store the g2->g3 map in the task; it gets too large and overflows the context column. * Import album sort orders * Try to treat duplication in the summary and description fields sensibly. * Move the g2 import config page under the Settings menu * Clean up the settings page slightly and send users to the maintenance page to do the actual import (not an optimal UI, but it works). | |||
2009-04-15 | Very early round of Gallery 2 import code. It can import users (with | Bharat Mediratta | |
the wrong password) and import groups, with a basic UI. Needs a ton more work. |