summaryrefslogtreecommitdiff
path: root/modules/g2_import/views
AgeCommit 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-17Fix autocomplete for admin_g2_import.Bharat Mediratta
2013-02-17Updated for the new jQuery tabs API.Bharat Mediratta
2012-05-19Create an ajax response framework that inserts <meta> tags to guardBharat 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-24Show the tabs after the page has loaded to prevent Firefox from rendering theBharat Mediratta
unstyled page and then flashing. Fixes #1705.
2011-04-24Third 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-23Merge branch 'master' of git://github.com/gallery/gallery3Chad Kieffer
2011-04-23Remove enumeration unordered list class, it's no longer needed.Chad Kieffer
2011-04-23Enable autocomplete for the embed path. Fixes #1687.Bharat Mediratta
2011-04-22Totally revamp the G2 Import UI to make it sexxxy. Fixes #1683.Bharat Mediratta
2010-11-09Add an extra line break after the RewriteBase line so that theBharat Mediratta
RewriteBase and RewriteRule lines don't get merged in the resulting textarea. Fixes #1481.
2010-09-08Tighten up the "your gallery2 has xxx in it" info display.Bharat Mediratta
2010-09-08Remove unnecessary g2_import CSS (which we were loading on every pageBharat 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-08Add information about disabling XCache during the import process. Fixes ↵Bharat Mediratta
ticket #1352.
2010-09-06Add "Options +FollowSymLinks" to the example mod_rewrite rules and putBharat Mediratta
it in a textarea for easy copying.
2010-02-22Fix cut/paste typoBharat Mediratta
2010-02-09Revise the "review your permission" text to my liking.Bharat Mediratta
2010-02-07Import G2 permissions in the import process. Ignores user and item specific ↵Andy Staudacher
permissions.
2010-02-06Fix 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-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat 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-02Clean the G2 base url so that we can't leak XSS vulnerabilities thatBharat Mediratta
way (highly unlikely, but now it's impossible).
2010-01-02Add a tip about deactivating some modules to make importing faster.Bharat Mediratta
Combine two tips into one.
2010-01-01Add 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-17Stop overlap of g2_import messages and info icon in the background. Fixes #765.Chad Kieffer
2009-10-28Normalize capitalization ticket #596Tim Almdal
2009-10-18Wrap 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-07Consolidated 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-04Renamed 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-30Convert 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-30Replaced gButtonLink with g-button.Chad Kieffer
2009-08-31Rename mark_safe() to mark_clean()Andy Staudacher
2009-08-30Change all instances of SafeString::of_safe_html() to html::mark_safe() in ↵Andy Staudacher
views.
2009-08-29Undo 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-19More minor facelift for the admin/g2_import page.Bharat Mediratta
2009-06-19Give the admin/g2_import page a facelift.Bharat Mediratta
2009-06-13Add a warning about eAccelerator interfering with g2_import.Bharat Mediratta
2009-06-11Rename theme_details to theme_options. These changes got left out ofBharat Mediratta
68fd196d66e2d21f571ff3b5a673f18cd129abf9 leaving us in a temporarily broken state.
2009-05-27Commit an egregious hack to work around the fact that both Gallery 2Bharat 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-12Import tags.Bharat Mediratta
2009-05-12Deal gracefully with the case that the Gallery 2 instance didn't haveBharat Mediratta
any resizes (or thumbnails). Fix a case where we were over-weighting the max dimension for square resizes and thumbs.
2009-05-11Don't attempt to interact with comments if the Gallery2 comment module is ↵Bharat Mediratta
not installed. Resolves ticket #276
2009-05-09Usability and performance improvementsBharat 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-09Fix indentation.Bharat Mediratta
2009-04-22Minor 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-21Highlight: 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-15Very early round of Gallery 2 import code. It can import users (withBharat Mediratta
the wrong password) and import groups, with a basic UI. Needs a ton more work.