Tim Almdal
57adefc5ba
Revert "Create theme::get_var(), theme::set_var() methods to set the options of the active site theme. Change all refrences to theme options to use these methods. Update the version number of Gallery to 20 and move any them related options to the be stored under the active theme."
...
This reverts commit 26114972c3 .
2009-11-19 11:44:01 -08:00
Tim Almdal
4db92d53b0
Revert "Make sure that calls to the theme::get_var() have sane defaults in the event that the theme does not supply them."
...
This reverts commit 51f2b54767 .
2009-11-19 11:43:44 -08:00
Tim Almdal
51f2b54767
Make sure that calls to the theme::get_var() have sane defaults in the event that the theme does not supply them.
2009-11-19 08:48:23 -08:00
Tim Almdal
26114972c3
Create theme::get_var(), theme::set_var() methods to set the options of the active site theme. Change all refrences to theme options to use these methods. Update the version number of Gallery to 20 and move any them related options to the be stored under the active theme.
2009-11-18 15:36:13 -08:00
Bharat Mediratta
595e03b556
Get rid of "skipping" messages because they're overly verbose if you resume an import. This fixes ticket #856 .
2009-11-03 13:28:04 -08:00
Tim Almdal
7ea13b3869
Normalize capitalization ticket #596
2009-10-28 12:15:52 -07:00
Tim Almdal
3c936d661a
Change the name of identity library from Identity to IdentityProvider. Create a helper class called identity to simplify call the Identity Provider. Move the contents of MY_Session.php to the new helper class and remove the MY_Session class
2009-10-22 13:11:03 -07:00
Tim Almdal
b528fbde57
Change this files to use the API instead of referencing the group tables directly
2009-10-21 11:50:42 -07:00
Tim Almdal
00eacd659f
Start simplifying the interface by moving the static methods from user.php and group.php. Tried creating a identity helper, but the helper identity.php was confused with the library Identity.php. So got around this by making the methods on Identity static and calling the instance within the static methods. Also temporarily moved the user.php and group.php back into the user module.
2009-10-16 08:53:31 -07:00
Chad Kieffer
048e540a98
Fixed previous over zealous find and replace.
2009-10-04 15:44:24 -06:00
Chad Kieffer
3e6ba7acc3
Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
2009-10-04 00:27:22 -06:00
Andy Staudacher
b9bd1681a3
Update all code to use helper method html::clean(), html::purify(), ... instead of SafeString directly.
2009-08-29 22:54:20 -07:00
Andy Staudacher
c01ac42c46
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeString::purify().
...
Removing any p::clean() calls for arguments to t() and t2() since their args are wrapped in a SafeString anyway.
2009-08-29 12:48:40 -07:00
Tim Almdal
ecc9203c23
Standardize the specification of tags.
...
With this patch a comma(,) is the only valid tag separator. Spaces
are allowed in tags and phrases no longer need to be specified with a
dot.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca >
2009-07-28 06:28:31 +08:00
Bharat Mediratta
3b7855010f
Reduce import logging to errors only to reduce the size of the logs.
...
Excessive logging results in a very slow import.
2009-07-18 16:07:28 -07:00
Bharat Mediratta
7de339a676
Remove extra debug statements.
2009-07-14 16:10:37 -07:00
Tim Almdal
67d78e8d58
Correct the pattern match to compress multiple spaces into a single
...
dot.
2009-07-09 21:41:59 -07:00
Tim Almdal
512f22a600
Change the tag importer to convert spaces to a dot in multi word tags.
2009-07-09 17:18:58 -07:00
Tim Almdal
72ebc2fb34
Merge branch 'master' of git@github.com:gallery/gallery3
...
Conflicts:
modules/g2_import/helpers/g2_import.php
2009-07-07 12:17:38 -07:00
Tim Almdal
b0cd0a52be
Allow the task::log method to take an array of lines and change g2_import.php
...
helper to use this approach.
2009-07-07 12:10:50 -07:00
Bharat Mediratta
4e0848a1a5
Clean up some indentation.
2009-07-07 11:22:13 -07:00
Tim Almdal
b59e94e7dc
Change references to Gallery 2 and Gallery 3 to consistently refer to
...
Gallery n as opposed any variants of this.
2009-07-07 07:32:36 -07:00
Tim Almdal
6588f3bbd1
Change wording of failed to import tags to make it consistent with the other failed import messages. Thanks shai
2009-07-06 21:46:50 -07:00
Tim Almdal
dfc704516a
correct spacing in a message. thanks shai
2009-07-06 21:10:59 -07:00
Tim Almdal
dff0ffc4f5
Fix for tickets #312 and #370 . Added a task logging api. Changed g2_import
...
to write all activity to the "log file". The "log file" is stored in the
persistent cache.
2009-07-06 20:05:35 -07:00
Tim Almdal
85de208879
Lets try the BBCode conversion again... go with basic tags even if some are
...
deprecated.
2009-07-04 20:30:13 -07:00
Tim Almdal
50462edd9c
Change the BBCode Transformation to use the <span class=""> where possible
2009-07-04 17:14:21 -07:00
Tim Almdal
799d82fd6a
Revert "Change the bbcode transformation to more standard tags that can be"
...
This reverts commit 4ba022438e .
2009-07-04 17:01:47 -07:00
Tim Almdal
4ba022438e
Change the bbcode transformation to more standard tags that can be
...
easily style via css
2009-07-04 16:18:48 -07:00
Tim Almdal
cf279fc315
Fix for #364 = G2 Import Doesn't support markup
...
Create a _transform_bbcode which coverts the g2 bbcode to html.
The html won't be rendered until ticket #400 is implemented as
pclean() excapse the html
2009-07-03 08:14:28 -07:00
Tim Almdal
adb820e37c
Fix for ticket #359 and a partial fix for ticket #345 .
...
In G2, text strings have the &, ", < and > replaced by &, "e;,
< and > respectively. Created the _decode_html_special_chars
method in helpers/g2_import.php to revert these character strings.
2009-07-02 20:48:47 -07:00
Tim Almdal
1c9dee93de
Fix for ticket #390 .
...
Added a call to GalleryCoreApi::fetchItemViewCounts to retrieve the gallery2
view counts forthe imported items.
2009-07-02 09:54:50 -07:00
Tim Almdal
a13ddfea8f
Suppress the filesize error if the thumbnail is not found so we can get
...
an EMPTY_INPUT_FILE exception which we can then log and continue.
2009-07-02 07:53:24 -07:00
Tim Almdal
7bc40fd315
Start of fixing a problem with importing movies w/o a thumbnail
2009-07-01 23:14:01 -07:00
Tim Almdal
6f3ec5f039
Fix for ticket #357 .
...
Changed the set the created date as part of the import and change
models/comment::save() to not set the creation date if it is already
set.
2009-07-01 22:18:52 -07:00
Bharat Mediratta
050c5a0383
Unlink the old rewritten path files in var/modules/g2_import when we
...
validate the embed path. This resolves an issue with b1 installs
which had versions of the rewritten code that were buggy and can be
replaced.
2009-06-30 17:58:33 -07:00
Bharat Mediratta
53284ec5b8
Add support for Gallery 2.2.2 style bootstrap syntax.
2009-06-23 18:39:00 -07:00
Bharat Mediratta
8383ea9827
Keywords in G2 are free form. So we don't know what our user used as a separator. Try to
...
be smart about it. If we see a comma or a semicolon, expect the keywords to be separated
by that delimeter. Otherwise, use space as the delimiter.
Fixes ticket #446
2009-06-20 16:55:09 -07:00
Bharat Mediratta
b999b35d24
Swap the order of two lines to make the debug output have the right data.
2009-06-19 10:30:59 -07:00
Bharat Mediratta
cdb02c10a4
Make an attempt to catch all situations where loading an item from G2
...
returns an error, and log them appropriately. This should fix a slew
of import failures from corrupt G2 installs.
2009-06-18 12:24:33 -07:00
Bharat Mediratta
b8c68ce2f9
Don't try to require GalleryCommentHelper.class if the module is not
...
active, since the code may not even be present. This assumes that if
the G2 comment module *is* active that the code is present, but that's
part of the assumption that the G2 we're importing from is healthy.
Fixes ticket #409
2009-06-15 19:59:46 -07:00
Bharat Mediratta
dc3ed06cd7
Trap gallery2 errors when we try to load an invalid user id and abort loading that user.
2009-06-14 12:43:06 -07:00
Bharat Mediratta
e076433383
Support imports from multisite G2 installs.
2009-06-12 18:08:14 -07:00
Bharat Mediratta
6749a835e7
Work around different initialization code in earlier versions of Gallery 2.
2009-06-12 12:00:09 -07:00
Bharat Mediratta
ae2fb806c7
Trap exceptions from movie::create() and mark those movies as corrupt.
2009-06-11 12:48:36 -07:00
Bharat Mediratta
c7aafef852
Improve error handling support for corrupt images and report them
...
appropriately in g2_import.
2009-06-07 17:48:42 -07:00
Bharat Mediratta
1a095fffe5
Prepend all code files we copy from Gallery2 and put into var with our
...
code preamble for security.
Update File_Structure_Test::code_files_start_with_preamble_test to
check all the php files in var, too.
2009-05-28 02:19:53 -07:00
Bharat Mediratta
6fdc84f5de
Get rid of entire gallery2 session id param from the urls that we use to alert
...
users about images that failed to import.
2009-05-28 01:45:39 -07:00
Bharat Mediratta
3870892018
Commit an egregious hack to work around the fact that both Gallery 2
...
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-27 22:57:38 -07:00
Bharat Mediratta
88a3d43ba9
Update all references to the core application to now point to the
...
gallery module. This type of mass update is prone to some small bugs.
2009-05-27 16:17:29 -07:00