1
0
Commit Graph

371 Commits

Author SHA1 Message Date
Tim Almdal
bd7f9e427f Add a groups api method on the Identity provider 2009-10-20 17:02:03 -07:00
Tim Almdal
7a53eeb3f4 Initial implementation of a Ldap identity provider 2009-10-20 16:34:03 -07:00
Tim Almdal
d0b40f7bf5 Merge branch 'master' of git@github.com:gallery/gallery3-contrib into talmdal 2009-10-20 06:41:55 -07:00
Chad Kieffer
a6d2f058cd Applied g-block and g-block-content to the admin view. 2009-10-19 22:36:33 -06:00
Tim Almdal
1f6c84ee0f Include the code to check the code by binding 2009-10-19 14:11:36 -07:00
Tim Almdal
0963c99eb8 2nd iteration of the ldap identity manager provider 2009-10-19 13:46:04 -07:00
rWatcher
4b0d2d679a Minor format change. 2009-10-18 03:34:01 +08:00
rWatcher
42673f85f0 Minor formatting change. 2009-10-18 03:34:01 +08:00
rWatcher
edf931ae76 Updated for current Git. 2009-10-18 03:34:00 +08:00
rWatcher
c92fd668ba TagFaces bugfix. 2009-10-18 03:34:00 +08:00
rWatcher
2c01cd2fdd Merged in some code from the 3nids version of TagsMap and the bugfix from glip. 2009-10-18 03:34:00 +08:00
Tim Almdal
dd22142107 Merge branch 'master' into talmdal 2009-10-17 08:39:32 -07:00
Tim Almdal
36a0c73dc2 Change the item->left and item->right properties to left_ptr and right_ptr respectively. 2009-10-17 08:38:58 -07:00
rWatcher
9af78f9be0 Minor format change. 2009-10-14 19:39:15 -04:00
rWatcher
5b261c6307 Minor formatting change. 2009-10-14 19:36:12 -04:00
rWatcher
3a811b6a71 Updated for current Git. 2009-10-14 19:28:38 -04:00
rWatcher
85fec0fc15 TagFaces bugfix. 2009-10-14 19:03:22 -04:00
rWatcher
61ebd36f01 Merged in some changes from the 3nids TagsMap. 2009-10-14 16:45:43 -04:00
rWatcher
560f2ecf5f Merged in some code from the 3nids version of TagsMap and the bugfix from glip. 2009-10-14 16:43:19 -04:00
rWatcher
bd23299c67 Updated for new sidebar code. 2009-10-13 07:48:28 +08:00
rWatcher
46a6db4c9f Modified how CSS code is inserted. 2009-10-13 07:48:27 +08:00
rWatcher
3472ebc081 Updated for new sidebar code. 2009-10-13 07:48:27 +08:00
rWatcher
902065b0e1 Updated for new sidebar code. 2009-10-13 07:48:27 +08:00
rWatcher
0f0faced95 Updated for new sidebar code. 2009-10-13 07:48:27 +08:00
rWatcher
69a7632278 Updated for new sidebar code. 2009-10-13 07:48:27 +08:00
rWatcher
acd3d9084f Updated for new sidebar code. 2009-10-12 17:00:07 -04:00
rWatcher
886021dbed Modified how CSS code is inserted. 2009-10-12 16:28:42 -04:00
rWatcher
73b6c7785e Updated for new sidebar code. 2009-10-12 16:13:20 -04:00
rWatcher
c407686079 Updated for new sidebar code. 2009-10-12 15:54:50 -04:00
rWatcher
922582e9d3 Updated for new sidebar code. 2009-10-12 15:19:42 -04:00
rWatcher
5f590b7300 Updated for new sidebar code. 2009-10-12 15:18:51 -04:00
Bharat Mediratta
a660cf3183 Merge branch 'master' of git://github.com/Glooper/gallery3-contrib
Conflicts:
	modules/basket/helpers/basket.php
	modules/basket/helpers/basket_installer.php
	modules/basket/helpers/product.php
	modules/basket/views/admin_product_lines.html.php
	modules/basket/views/confirm_order.html.php
	modules/basket/views/view_basket.html.php
2009-10-11 09:59:58 -07:00
rWatcher
6f0a4bbff6 Bugfix for Beta 3. 2009-10-12 00:50:42 +08:00
rWatcher
043983caed When moving an item make sure the destination path in VARPATH/original exists, create it if it doesn't. 2009-10-12 00:50:41 +08:00
rWatcher
e5b091f819 Added an option for tagging items in sub albums. 2009-10-12 00:50:41 +08:00
Tim Almdal
291ae111e6 Merge branch 'master' of git@github.com:gallery/gallery3-contrib into talmdal 2009-10-08 13:47:39 -07:00
Tim Almdal
74ea3179ab Merge branch 'bharat_dev' into talmdal 2009-10-06 18:57:23 -07:00
Chad Kieffer
4be214c4bf Renamed most, if not all css selectors from gModuleName to g-module-name. This might break a few ajax features, please review your modules. 2009-10-04 14:40:59 -06:00
Bharat Mediratta
46659e09e7 Modules that provides a UserGroupStorage driver for LDAP. To use it,
you have to manually update the config/ldap.php file, then go to Admin
> Settings > LDAP and activate it.

Very alpha quality!
2009-10-04 12:36:06 -07:00
Tim Almdal
e851ca7a33 Change the ratio between the width and the height to 60% instead of 75%. This seems to prevent longer tags from bing clipped on the edge. 2009-10-03 16:06:15 -07:00
Tim Almdal
ac1ad4187c Fixed the issue with IE. There were two problems the first being IE would set the font-size parameter in the CSS to be FONT-SIZE and the tagcloud.swf would only look for the lower case version. The second being tha for some reason IE would return huge font-sizes from the .css call. 2009-10-03 15:52:04 -07:00
Tim Almdal
daa16ca5cd Updated the swfobject.js to the latest version and changed the reference to the standard version in gallery3/lib. Also change it so that if flash is not enabled, it reverts to the default 2d tag cloud. It still doesn't show the movie in IE... help anybody? 2009-10-03 10:01:46 -07:00
Tim Almdal
a745f21051 Change to using the javascript flash interface instead of the object interface 2009-10-02 22:22:37 -07:00
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
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
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
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
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
Bharat Mediratta
7fb9020255 Don't show the faces checklist if there aren't any associated tags. 2009-08-31 22:33:54 -07:00
rWatcher
6802654391 Initial commit of EditCreation module. 2009-08-31 20:09:11 -04:00
Ben Smith
a01d90c91d Added with correct name. 2009-09-01 10:19:10 +12:00
Ben Smith
368aedf148 deleting due to incorrect case in name. 2009-09-01 10:18:34 +12:00
Ben Smith
c42db48654 a schoolboy error in not checking a variable was set using isset! 2009-09-01 09:22:14 +12:00
Ben Smith
1375b93c5b Changes to bring in line with latest gallery3. 2009-09-01 08:22:21 +12:00
rWatcher
95dfb2d643 Fixed bizarre issue with LatestUpdates and current git. 2009-08-31 16:03:37 -04:00
rWatcher
fb682ea6f7 Replace p::clean with html::clean. 2009-08-31 14:08:43 -04:00
rWatcher
1c4dfd6bef Merge commit 'gallery3-contrib/master'
Conflicts:
	modules/tagfaces/views/drawfaces_highlight_block.html.php
2009-08-31 13:47:19 -04:00
Andy Staudacher
dfd21ae940 Update contrib code to use html::clean and ::prurify instead of p::clean which is gone now. 2009-08-31 01:37:11 -07:00
rWatcher
bc950406c7 I need to learn how to do a merge properly... 2009-08-31 01:05:14 -04:00
rWatcher
edaa788b1c Git Weirdness Fix. 2009-08-31 00:55:21 -04:00
Ben Smith
e9a46ca3cb Initial commit of basket module. 2009-08-30 19:10:45 +12:00
rWatcher
8710f1ee50 Added support for face descriptions and notes. 2009-08-27 21:29:08 -04:00
rWatcher
887a53e0d7 Fixed translation bug and improved video support. 2009-08-24 20:47:42 -04:00
rWatcher
00d7ed76a3 Highlight face on mouseover. 2009-08-24 17:15:56 -04:00
rWatcher
4617ebfe65 Theme files for custom MiniSlide Show icon. 2009-08-22 14:03:44 -04:00
rWatcher
6e8fb123a6 Allow MiniSlide Show to have its own menu icon. 2009-08-22 14:01:50 -04:00
rWatcher
d073d4cc5a Bugfix for using resized images instead of full sized. 2009-08-22 00:51:02 -04:00
rWatcher
a24bb6aef5 Initial commit of MiniSlide Show module. 2009-08-21 16:15:21 -04:00
Romain LE DISEZ
ea4f518d95 Merge commit 'upstream/master' 2009-08-21 17:39:20 +02:00
rWatcher
de6809c46a Possible bug fix. 2009-08-20 21:14:53 -04:00
rWatcher
b1eeb65185 Fixing a bad merge. 2009-08-20 20:42:16 -04:00
rWatcher
221d7777cc Merge commit 'gallery3-contrib/master'
Conflicts:
	modules/itemchecksum/controllers/itemchecksum.php
	modules/itemchecksum/module.info
2009-08-20 20:40:07 -04:00
rWatcher
43b3142920 Added a few code comments. 2009-08-20 20:35:08 -04:00
rWatcher
29c82a7149 Added a URL for displaying the number of items in an album (excluding sub-albums).
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-08-18 20:16:50 +08:00
rWatcher
59ebb08666 Initial commit of ItemChecksum module.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-08-18 20:16:49 +08:00
rWatcher
f5e6d2ec56 TagFaces bugfix.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-08-18 20:16:48 +08:00
rWatcher
af1e856d9e Added a URL for displaying the number of items in an album (excluding sub-albums). 2009-08-16 15:26:02 -04:00
rWatcher
d5906c9057 Initial commit of ItemChecksum module. 2009-08-16 15:13:21 -04:00
rWatcher
29001ad186 TagFaces bugfix. 2009-08-16 00:18:49 -04:00
rWatcher
d82917b712 Initial commit of TagFaces module.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-15 07:19:49 +08:00
rWatcher
72b2b03743 Use the description of the first tagged item for the DESCRIPTION tag.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-15 07:19:47 +08:00
rWatcher
40b669e3d8 Update for Tags support.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-15 07:19:47 +08:00
rWatcher
d7ed217763 Make sure the item is actually a video...
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-15 07:19:46 +08:00
rWatcher
e48e0dddea Initial Commit of VideoDimensions module.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-15 07:19:45 +08:00
rWatcher
a13b861cd5 KeepOriginal Translation Fix.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-15 07:19:44 +08:00
rWatcher
c5071ef956 TagsMap fix for Firefox.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-15 07:19:41 +08:00
rWatcher
84f9e25c42 Initial commit of TagFaces module. 2009-08-13 23:53:00 -04:00
rWatcher
13257e5cbb Use the description of the first tagged item for the DESCRIPTION tag. 2009-08-12 01:52:50 -04:00
rWatcher
0c23fb7594 Update for Tags support. 2009-08-12 00:34:46 -04:00
rWatcher
9b48c339ef Make sure the item is actually a video... 2009-08-10 03:08:30 -04:00
rWatcher
a75d99dc1a Initial Commit of VideoDimensions module. 2009-08-10 01:19:59 -04:00
Romain LE DISEZ
6baa09e47b Merge commit 'upstream/master' 2009-08-09 17:58:26 +02:00
rWatcher
8fa16f731c Merge commit 'gallery3-contrib/master' 2009-08-09 00:54:22 -04:00
rWatcher
ffa763501b KeepOriginal Translation Fix. 2009-08-09 00:53:37 -04:00
Bharat Mediratta
597447673d Update column names:
left --> left_ptr
  right --> right_ptr
2009-08-05 21:20:39 -07:00
Romain LE DISEZ
d4e345c35c Merge commit 'upstream/master' 2009-08-05 10:49:58 +02:00
rWatcher
41871fd13b TagsMap fix for Firefox. 2009-08-05 01:13:19 -04:00
rWatcher
a7fa56d1e5 Initial Commit of BatchTag module.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-05 03:51:35 +08:00
rWatcher
b73666e77d Better error handling and support for moving items to different parent albums.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-05 03:50:52 +08:00
Romain LE DISEZ
774712c428 Merge commit 'upstream/master' 2009-08-04 16:57:04 +02:00
rWatcher
4cda882daa Merge commit 'gallery3-contrib/master' 2009-08-04 00:55:20 -04:00
rWatcher
79d0cfb735 Initial Commit of BatchTag module. 2009-08-04 00:54:16 -04:00
rWatcher
fccd05ccbe Better error handling and support for moving items to different parent albums. 2009-08-03 01:58:03 -04:00
Bharat Mediratta
6471ac4dd6 Set the title of the root album in the tree to the actual title of the root album 2009-08-02 20:37:37 -07:00
Bharat Mediratta
8f8d87bad8 More coding style tweaks 2009-08-02 20:36:03 -07:00
Bharat Mediratta
a765d88d17 Merge branch 'master' of git://github.com/Glooper/gallery3-contrib 2009-08-02 20:28:34 -07:00
rWatcher
d8f3596476 Added a URLs option to embedlinks. 2009-08-02 15:11:07 -04:00
rWatcher
1c2b18a439 Use the item's title for the KEYWORDS tag if the item does not have any tags. 2009-08-02 14:25:12 -04:00
Ben Smith
8751bf10d2 Formatted to Gallery3 coding standards (I hope!) 2009-08-02 19:17:36 +12:00
Bharat Mediratta
e8802e5859 Merge branch 'master' of git://github.com/rWatcher/gallery3-contrib 2009-07-31 13:24:57 -07:00
Bharat Mediratta
8e319f0470 Merge branch 'master' of git://github.com/Glooper/gallery3-contrib 2009-07-31 13:21:11 -07:00
rWatcher
7edf8a7277 Updated MetaDescription module with klp29's suggestions. 2009-07-31 15:13:13 -04:00
Romain LE DISEZ
683995e4e0 Merge commit 'upstream/master' 2009-07-31 17:30:29 +02:00
rWatcher
eb199b73f3 Detect rotates as an Event instead of with a modified graphics.php. 2009-07-30 17:12:12 -04:00
Ben Smith
73d8940cfa Now ties into the various edit/add User dialogs. 2009-07-31 08:16:44 +12:00
Bharat Mediratta
23bbc16809 Move keeporiginal menu code into keeporiginal_event 2009-07-30 10:34:00 -07:00
rWatcher
3d72faca19 Code comments. 2009-07-30 00:48:59 -04:00
rWatcher
c7fcf14df4 Initial Commit of KeepOriginal. 2009-07-30 00:27:16 -04:00
Bharat Mediratta
e410a2cbd8 Fold code from xxx_menu helpers into xxx_event to match a recent API change. 2009-07-29 18:00:57 -07:00
Bharat Mediratta
2e8461c86d Merge branch 'master' of git@github.com:gallery/gallery3-contrib 2009-07-29 17:47:58 -07:00
Romain LE DISEZ
e654bb64c9 Merge commit 'upstream/master' 2009-07-28 08:45:33 +02:00
Tim Almdal
0543d5341e Updated the developer module to generate the description in modules.info
with quotes.
Cleaned up formatting in dynamic modules

Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-07-28 03:48:48 +08:00
rWatcher
ef05ee0a1f Added code to remove orphaned data, added fullsize map option. 2009-07-26 15:55:49 -04:00
rWatcher
117ab47e10 Initial Commit. 2009-07-26 13:57:46 -04:00
rWatcher
035134f428 Fix for google earth plugin. 2009-07-26 00:32:55 -04:00
rWatcher
9fccd596c9 Fixed input box sizes and added javascript select code. 2009-07-25 14:03:16 -04:00
Romain LE DISEZ
0b3caa67a3 Merge commit 'upstream/master' 2009-07-25 13:59:30 +02:00
rWatcher
0fe270bd23 Confirmation message for the delete link. 2009-07-25 01:18:29 -04:00
rWatcher
582b9648f0 Code cleanups, etc. 2009-07-25 01:17:24 -04:00
rWatcher
bf66e8403a Added a confirmation screen to the delete button. 2009-07-25 00:58:31 -04:00
rWatcher
10f5fd22ca Require Tags module. 2009-07-25 00:34:05 -04:00
Ben Smith
ba99a5a96d Initial Commit. 2009-07-25 11:11:02 +12:00
rWatcher
9511f75ac3 Added a delete button to the admin page. 2009-07-24 15:27:15 -04:00
rWatcher
d711c84876 Auto-load the google map fix. 2009-07-24 01:37:59 -04:00
rWatcher
b1a55e2fc1 Editing of existing GPS coordinates is now possible. 2009-07-23 23:37:56 -04:00
rWatcher
60244af49b Initial Commit (WARNING Still a work in progress) 2009-07-23 22:21:49 -04:00
rWatcher
23b0527580 Use email of current logged in user for from line, also messed around with the line break code.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-07-24 02:07:50 +08:00
rWatcher
3fd249ba60 Initial Commit
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-07-24 02:07:39 +08:00
rWatcher
091cf2869d Initial Commit.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-07-24 02:07:31 +08:00
rWatcher
a50a4e0a5f Initial Commit.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-07-24 02:07:21 +08:00
rWatcher
843acb5899 Use email of current logged in user for from line, also messed around with the line break code. 2009-07-22 22:17:57 -04:00
rWatcher
3f7f556a41 Initial Commit 2009-07-22 19:48:13 -04:00
rWatcher
cab0491aa3 Merge commit 'gallery3-contrib/master' 2009-07-22 16:51:50 -04:00
rWatcher
6f93d148f5 Initial Commit. 2009-07-22 16:49:46 -04:00
Romain LE DISEZ
e7210ea0c6 Initial commit 2009-07-22 16:23:03 +02:00
Bharat Mediratta
1ad1beac73 Merge branch 'master' of git@github.com:gallery/gallery3-contrib 2009-07-20 21:38:04 -07:00
Bharat Mediratta
e504fc230e Say hello to the rescue module. Right now, it can fix your MPTT
hierarchy if it gets out of whack.
2009-07-20 21:37:33 -07:00
rWatcher
ac663bbd34 Initial Commit.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-07-16 10:28:46 +08:00
rWatcher
b82b45aca2 Initial Commit. 2009-07-15 21:21:18 -04:00
rWatcher
96604083ec Code Cleanup, comments, etc.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-07-13 13:06:23 +08:00
rWatcher
250c6037aa Added EXIF-style dialog boxes.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-07-13 13:06:22 +08:00
rWatcher
9712464c89 Created and admin page to switch HTML and BBCode off and on.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-07-13 13:06:21 +08:00
rWatcher
4ea305bb1e Added BBCode support.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-07-13 13:06:20 +08:00
rWatcher
130ba28b95 Only display Fullsized links if the visitor has correct privileges.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-07-13 13:06:19 +08:00
rWatcher
ae3c757faa Merge commit 'gallery3-contrib/master' 2009-07-12 22:57:54 -04:00
rWatcher
3d8202a5e1 Code Cleanup, comments, etc. 2009-07-12 22:55:47 -04:00
Bharat Mediratta
3ec8ccfff8 Fix issues w/ module.info -- can't use parens in the description 2009-07-11 08:26:25 -07:00
Bharat Mediratta
7665546022 Clean up style 2009-07-11 08:24:22 -07:00
Bharat Mediratta
5153654060 Original version of Google Analytics module, by mcp (http://gallery.menalto.com/node/88884) 2009-07-11 08:23:57 -07:00
Tim Almdal
fc671304fe Add the dynamic module to contrib
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-07-10 23:27:42 +08:00
rWatcher
fe79969937 Added EXIF-style dialog boxes. 2009-07-08 21:36:56 -04:00
rWatcher
3df0138702 Created and admin page to switch HTML and BBCode off and on. 2009-07-08 19:26:21 -04:00
rWatcher
d4cac030c4 Added BBCode support. 2009-07-08 18:08:39 -04:00
rWatcher
7d9ea73efc Only display Fullsized links if the visitor has correct privileges. 2009-07-08 17:09:42 -04:00
rWatcher
0b0223090d Merge commit 'gallery3-contrib/master' 2009-07-08 15:57:01 -04:00
rWatcher
9ce0916b78 Initial Commit. 2009-07-08 15:56:06 -04:00
Tim Almdal
5a1d1b01f4 Change the developer_installer and installer.txt.php to support the new install format.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-07-01 13:59:55 +08:00
Bharat Mediratta
b61b3e958f Updated by cowlemon to match the default theme colors (http://gallery.menalto.com/node/88464) 2009-06-27 21:55:29 -07:00
Bharat Mediratta
06eecc6ecb Updated for new installer pattern. Fixed some bugs due to
refactorings in gallery3.
2009-06-27 21:10:28 -07:00
rWatcher
5cc0a4962d Merge Fix. 2009-06-21 00:03:54 -04:00
rWatcher
a74d58d6db Merge commit 'gallery3-contrib/master'
Conflicts:
	modules/downloadfullsize/controllers/admin_downloadfullsize.php
	modules/downloadfullsize/controllers/downloadfullsize.php
	modules/downloadfullsize/helpers/downloadfullsize_installer.php
	modules/downloadfullsize/helpers/downloadfullsize_menu.php
	modules/downloadfullsize/helpers/downloadfullsize_theme.php
	modules/downloadfullsize/views/downloadfullsize_block.html.php
2009-06-20 23:55:55 -04:00