1
0
Commit Graph

75 Commits

Author SHA1 Message Date
Bharat Mediratta
f0f21b038e Merge branch 'master' of git://github.com/Okat/gallery3-contrib 2010-01-27 09:28:57 -08:00
Bharat Mediratta
2dff991b59 Merge branch 'master' of git://github.com/rledisez/gallery3-contrib 2010-01-27 09:27:39 -08:00
Andy Staudacher
bbdf951260 <small> isn't allowed in l10n messages (the l10n server won't accept such messages, and thus you can't download any translations for such messages) 2010-01-26 21:46:42 -08:00
Romain LE DISEZ
ca9785c6ed Initial commit. 2010-01-24 23:37:13 +01:00
Okat
b2859c5c8f First commit. Added okat_dark theme.
The theme is still a work in progress. Copied from 3nids theme with changed colors
Git skills in progress as well.
2010-01-17 12:29:35 +01:00
Bharat Mediratta
500eb7c744 Define $url to avoid warnings. 2009-12-25 22:45:12 -08:00
Bharat Mediratta
1a0dc96e77 First pass at upgrading contrib code to the Kohana 2.4 standards.
Here's a summary of the changes I made:

1) html::specialchars --> html::chars
2) ORM::orderby() -> ORM::order_by()
3) ORM::where() now takes 3 parameters including a comparator.  So
   ORM::where("a", $b) is now ORM::where("a", "=", $b) and the middle
   value can be any comparator.
4) ORM::$loaded --> ORM::loaded()
5) Database::instance() --> db::build()  (and there are some other
   subtle differences, like now you always call execute() at the end
   of the chain)
6) form::close() and form::close_fieldset() are now gone.  Use
   </form> and </fieldset> respectively.
7) Controller::$input is gone.  Use Input::instance() instead.

I've done very rudimentary testing so far.
2009-12-22 21:31:03 -08:00
Serguei Dosyukov
4f1538d87b Grey Dragon Theme - version 1.5.8 2009-12-03 00:00:03 -06:00
Tim Almdal
53acbe5e5e Convert the CRLF in the greydragon theme to LF 2009-11-30 08:16:33 -08:00
Tim Almdal
142c7b1368 Remove the night_wind theme as it doesn't work and is not being maintained 2009-11-30 08:15:52 -08:00
Serguei Dosyukov
4b47c5b1a1 Grey Dragon Theme - initial check in 2009-11-30 01:09:08 -06:00
Bharat Mediratta
8c47321af7 Updated. 2009-11-29 12:44:49 -08:00
Bharat Mediratta
1b12d8467e Roll the administration controller and view into an event listener in
three_nids_event so that we piggyback on the form generated in Admin >
Appearance > Theme Options.  This makes a cleaner user interface for
the user since there's not an extra config page for the theme and
greatly reduces the amount of code in the theme.
2009-11-29 12:41:18 -08:00
Bharat Mediratta
bc1f03996a Tighten up the text a bit. 2009-11-29 00:08:00 -08:00
Bharat Mediratta
e12cc3dd2f Move admin related controllers, views and helpers into the admin
subdirectory so that they're accessible in admin mode.
2009-11-28 23:30:33 -08:00
Bharat Mediratta
78e6c5434e Move the 3nids admin menu option into the appearance menu. 2009-11-28 15:20:10 -08:00
Bharat Mediratta
b5414d7aa5 Rename and fix up some indentation. 2009-11-27 16:59:11 -08:00
Bharat Mediratta
2080cc531e Roll comment functionality into the three_nids controllers and
helpers.
2009-11-27 16:56:37 -08:00
Bharat Mediratta
fbe35b1658 Fix indentation. 2009-11-27 16:33:33 -08:00
Bharat Mediratta
bed8f84566 Whitespace. 2009-11-27 16:31:15 -08:00
Bharat Mediratta
d6456b7643 Change references of theme_three_nids to three_nids 2009-11-27 16:27:33 -08:00
Bharat Mediratta
4e9c467a10 Rename 3nids to three_nids so that we can use the theme name as an
identifier in PHP.  PHP identifiers are not allowed to start with a
digit (sigh).
2009-11-27 16:21:55 -08:00
Bharat Mediratta
bbd14d449d Subsume movie_3nids controller into the standard movies controller,
and have page.html.php just render the movie content directly instead
of wrapping it in the page chrome.
2009-11-27 16:12:59 -08:00
Bharat Mediratta
d8807a7ad8 Remove spurious module::is_active("3nids") calls since it's all now in the theme. 2009-11-27 16:00:36 -08:00
Bharat Mediratta
094937a3a3 whitespace. 2009-11-27 15:56:06 -08:00
Bharat Mediratta
863146972b Whitespace fix. 2009-11-27 15:55:53 -08:00
Bharat Mediratta
481da56ead Get rid of the specialized photos_3nids controller and use the base
photos controller.  Override photo.html.php to do the simplified
rendering of the image in a lightbox.
2009-11-27 15:36:04 -08:00
Bharat Mediratta
7f3c8db181 Fix indentation. 2009-11-27 15:32:01 -08:00
Bharat Mediratta
a13bf06f36 Change the mods on all files to 644 2009-11-27 15:27:13 -08:00
Bharat Mediratta
6c1c44fbec Can't have a class name that begins with a digit, so rename this back
to theme_3nids.
2009-11-27 15:23:19 -08:00
Bharat Mediratta
9a7f7ff22d Rename "theme_3nids" to "3nids" in module vars. 2009-11-27 15:21:05 -08:00
Bharat Mediratta
1447920592 Revert "Rename "theme_3nids" to just "3nids" since we no longer have a theme_3nids module."
This reverts commit e8302ffcc8.

Conflicts:

	themes/3nids/views/album.html.php
2009-11-27 15:20:17 -08:00
Bharat Mediratta
fe468a6014 Add spaces after commas. 2009-11-27 15:15:03 -08:00
Bharat Mediratta
e8302ffcc8 Rename "theme_3nids" to just "3nids" since we no longer have a theme_3nids module. 2009-11-27 15:14:21 -08:00
Bharat Mediratta
97db9f478e Updated to reflect the fact that we've gotten rid of REST_Controller
Updated for changes in the paginator..
2009-11-27 15:13:17 -08:00
Bharat Mediratta
f9cdd21db0 Normalize code style. 2009-11-27 15:11:10 -08:00
Bharat Mediratta
77dd601c2d Normalize indentation. 2009-11-27 15:04:19 -08:00
Bharat Mediratta
9d36e222cb Clean up indentation and variable naming to closer match G3 standards. 2009-11-27 14:58:01 -08:00
Bharat Mediratta
937b4cb99d Restructure the 3nids theme into a more standard layout. Delete the
tagsmap module with the expectation that any changes/additions will be
merged into the existing tagsmap module.
2009-11-27 14:41:47 -08:00
Bharat Mediratta
99ec99a166 Update to use the new page_type and page_subtype designations. 2009-11-17 14:06:04 -08:00
Tim Almdal
344702fda3 Not sure why, but merging the remote repository and my local required a add and commit of the 3nids theme 2009-11-15 06:50:21 -08:00
Bharat Mediratta
139437eb73 Merge branch 'master' of git://github.com/3nids/gallery3-contrib
Conflicts:
	themes/3nids_theme/3nids/css/jquery.fancybox.css
	themes/3nids_theme/README
	themes/3nids_theme/modules/tagsmap/css/tagsmap.css
	themes/3nids_theme/modules/theme_3nids/helpers/theme_3nids_theme.php
2009-11-14 22:46:46 -08:00
Bharat Mediratta
ca20babfab Moved night_wind here from the main repo 2009-11-14 20:28:43 -08:00
3nids
e73917a530 Admin config for item title 2009-11-13 08:35:00 +01:00
3nids
b512961504 Admin config for item title 2009-11-10 08:39:03 +01:00
3nids
2fc2fe5521 Update to last github version 2009-11-10 08:32:15 +01:00
Chad Kieffer
413125cbd9 Add type attribute to script tags in contributed modules and themes. 2009-10-30 00:17:31 -06:00
3nids
59385e4310 Fixed quotes probelems and remove | around "modules | exif" 2009-10-27 19:35:36 +01:00
3nids
d14ad6324c Fixed quotes probelems and remove | around "modules | exif" 2009-10-27 14:28:08 +01:00
3nids
0aafd218ee Added adim configuration for item description and image size. 2009-10-27 11:31:41 +01:00