1
0
Commit Graph

1450 Commits

Author SHA1 Message Date
Tim Almdal
f96adbde80 Add an administrative screen to the tag cloud module and change the block template to pass those variable to the browser. 2009-10-02 14:45:39 -07:00
Tim Almdal
79a7bd1aec Create a widget ui.gallery_tag_cloud to initialize and run the tag cloud block 2009-10-01 13:10:30 -07:00
Tim Almdal
3019abefea Initial commit of a 3D tag cloud implementing the WP_Cumulus plugin by Roy Tanck www.roytanck.com 2009-10-01 09:24:22 -07:00
Tim Almdal
6941aa8fa7 More changes to standardize with the new sidebar api 2009-10-01 06:17:10 -07:00
Tim Almdal
c625e416b2 Change the developer module to generate the <module>_block.php to the new API. 2009-09-30 20:25:44 -07:00
rWatcher
60a45465ef Bugfix for Beta 3. 2009-09-30 16:29:11 -04:00
rWatcher
2be4af356d When moving an item make sure the destination path in VARPATH/original exists, create it if it doesn't. 2009-09-30 16:10:33 -04:00
rWatcher
5052bfd97a Added an option for tagging items in sub albums. 2009-09-30 14:13:30 -04:00
Ben Smith
b2c27dc34f Added support for postage and packaging costs. 2009-09-30 11:42:17 +13:00
Ben Smith
f920adfa66 Fixed a couple of small issues with the previews 2009-09-30 11:38:47 +13:00
Ben Smith
7b6ad2ebcf initially added files and eclipse project. 2009-09-28 14:09:12 +13:00
3nids
e7c055c21c Removed preload 2009-09-26 12:42:54 +02:00
3nids
b0ad4fa7e7 Missing js file 2009-09-25 20:18:25 +02:00
3nids
ef3a93027e Fixed top button display 2009-09-25 15:23:34 +02:00
3nids
50c94764f2 Use jQuery to preload images. Added thumbnail into comments page. 2009-09-25 09:55:41 +02:00
3nids
072ced072a Use jQuery to preload images. Added thumbnail into comments page. 2009-09-25 09:55:12 +02:00
3nids
a40b87dbe0 Preload fullsize images for quicker display 2009-09-24 17:04:02 +02:00
3nids
1247e84108 Remove innoDB engine from tagsmap installer 2009-09-24 13:32:52 +02:00
3nids
75c7e3d745 Added number of commments in album view 2009-09-23 12:03:10 +02:00
3nids
5856e89a83 Added 3nids theme 2009-09-23 08:50:30 +02:00
3nids
6382eadceb Added 3nids theme 2009-09-23 08:43:11 +02:00
Romain LE DISEZ
6b8b7325d1 Merge commit 'upstream/master' 2009-09-22 11:48:03 +02:00
Bharat Mediratta
10231b5718 Load 100 rows at a time instead of 20, so faster machines can run through the task quicker. 2009-09-21 22:00:36 -07:00
Bharat Mediratta
476ab6d079 Optimization: Flush the relative_path_cache and relative_url_cache at the end. 2009-09-21 21:58:14 -07:00
Bharat Mediratta
4389c80223 Add a "fix internet addresses" task which goes through and fixes
any bad slugs.
2009-09-21 21:49:11 -07:00
Romain LE DISEZ
e8c68f7159 Merge commit 'upstream/master' 2009-09-18 08:43:35 +02:00
Bharat Mediratta
bc0b0bbb60 New highroller module, that lets you choose between 4 different
ThemeRoller themes on the fly.
2009-09-17 00:12:11 -07:00
Bharat Mediratta
0295510a18 Merge branch 'master' of git://github.com/rWatcher/gallery3-contrib 2009-09-16 22:28:51 -07:00
Bharat Mediratta
bf4f729ba7 Remove 'Engine=InnoDB' stanzas from table creation SQL. We now use the
MySQL server default at table creation time.
2009-09-16 22:15:17 -07:00
Bharat Mediratta
8760cbe45d Merge branch 'master' of git://github.com/Glooper/gallery3-contrib
Conflicts:
	modules/basket/helpers/basket_installer.php
2009-09-16 22:08:38 -07:00
rWatcher
4d34eb7e0d Change Date/Time display. 2009-09-16 19:49:50 -04:00
rWatcher
2ec317600f DownloadFullsize Updates. 2009-09-16 19:09:10 -04:00
rWatcher
5582b41829 DownloadFullsize Updates. 2009-09-16 19:08:16 -04:00
rWatcher
86d70770f1 Updated MiniSlideshow to not require theme hacking. 2009-09-16 17:19:25 -04:00
rWatcher
d08de367c0 Updated MiniSlideshow module to remove requirement for "theme hacking". 2009-09-16 17:17:39 -04:00
Romain LE DISEZ
b6a73d861c Merge commit 'upstream/master' 2009-09-14 16:58:33 +02:00
rWatcher
2b41944124 Merge commit 'gallery3-contrib/master' 2009-09-14 03:03:03 -04:00
Ben Smith
901f3321d7 Updated for Beta 3. Added ability to override individual products. 2009-09-14 17:11:06 +12:00
rWatcher
7574c96946 Initial commit of rWInfo module.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-09-14 07:17:31 +08:00
Bharat Mediratta
1040302794 Store the stack in a string instead of nested arrays to save space
when serializing, which gives us a little more headroom to store big
stacks in the context field.
2009-09-12 17:29:22 -07:00
rWatcher
ffe8b2984f Merge commit 'gallery3-contrib/master' 2009-09-09 14:50:45 -04:00
rWatcher
65787ec9cb Initial commit of rWInfo module. 2009-09-09 14:50:04 -04:00
Romain LE DISEZ
4ef80a9373 Merge commit 'upstream/master' 2009-09-09 08:45:14 +02:00
Bharat Mediratta
067b6b5073 Installer cleanup.
We no longer need the install() function for installs that only set
the module version number.  Same for upgrade().  Do a general cleanup
of all installers and remove the ones that are no longer necessary.
2009-09-05 14:21:26 -07:00
Romain LE DISEZ
b5bdbbb86f Merge commit 'upstream/master' 2009-09-03 22:28:14 +02:00
Bharat Mediratta
de0538c3ef Rename module to be called "purifier" so that we can create a purifier
helper which in turn calls HTMLPurifier.  This makes a cleaner
inter-module API.  The module has to be renamed to avoid having two
classes called "HTMLPurifier"

Also clean up the module.info and move the config settings over from
modules/gallery.
2009-09-03 11:23:34 -07:00
Andy Staudacher
069ed38102 Add missing installer code for htmlpurifier module.
(For the future: Wouldn't it be better if a simple module would install without an installer class? We can get the module version right from module.info)
2009-09-03 09:27:27 -07:00
Tim Almdal
34e0d65cf1 Move HTMLPurifier from core to contrib and make it optional - initial commit 2009-09-02 07:00:52 -07:00
Bharat Mediratta
10fef42503 Merge branch 'master' of git://github.com/Glooper/gallery3-contrib 2009-08-31 22:52:02 -07:00
Bharat Mediratta
76a620d129 Specify an empty string properly to avoid an error. 2009-08-31 22:43:45 -07:00