1
0
Commit Graph

2006 Commits

Author SHA1 Message Date
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
Tim Almdal
32a80e5d7f Forgot the image block html template 2009-12-22 20:02:45 -08:00
Tim Almdal
ab3655ff37 Add functionality for a random image block 2009-12-22 18:53:24 -08:00
Tim Almdal
35a76f3c5b Remove unused add screen 2009-12-22 14:31:59 -08:00
Tim Almdal
ad176f9f2e Refactor the G3 Remote Interface to remove the dependencines on Kohana and combine into one class 2009-12-22 14:26:13 -08:00
Tim Almdal
44c441a33a Add the functionality to add a photo remotely. Refactor the url_connection class to handle multipar/form-data posts. 2009-12-22 12:31:15 -08:00
Tim Almdal
7451323165 Added support for adding albums remotely 2009-12-21 13:53:05 -08:00
Tim Almdal
a7851a9a97 Correct the path to the resource delete handler 2009-12-21 11:41:49 -08:00
Tim Almdal
4c0cb783a2 Implement the update functionality 2009-12-21 11:30:38 -08:00
Tim Almdal
f0308bf695 Fix the delete function so the album tree is updated if an album is deleted. Also delete reference to an undefined variable. 2009-12-18 22:32:37 -08:00
Tim Almdal
b16d60916f Delete now works. Added a hook to always extract the access token from the
session and initialize the gallery3 remote library.
2009-12-18 15:03:22 -08:00
Tim Almdal
7638aa9813 Add the start of dialog processing to the test client. At this point the dialogs display, but will fail when trying to submit them. 2009-12-18 12:24:10 -08:00
Tim Almdal
2543746822 Change the color scheme to darker backgrounds. 2009-12-17 11:47:25 -08:00
Tim Almdal
5c5b813097 simplify determining the current path and parent. Change the Add Resource to a split button. 2009-12-17 11:28:11 -08:00
Tim Almdal
575bcbd22e The navigation buttons are now working on the test client (first, prev, next, last and up). 2009-12-16 20:11:15 -08:00
Tim Almdal
fc71b2341a Add a toolbar to the g3 remote client and add the functionality for 'return to parent' 2009-12-16 11:51:45 -08:00
Tim Almdal
c075accb63 Provide for a structured grid layout and also forgot to include the flowplayer for movies. 2009-12-15 21:36:03 -08:00
Tim Almdal
4e4c650c58 Make movies work, by adding the height and width to the page element. 2009-12-15 21:02:07 -08:00
Tim Almdal
09518e5d08 remove local dependencies 2009-12-15 20:48:00 -08:00
Tim Almdal
8796f0bb64 Restructured the page layout and first attempt at displaying a movie. 2009-12-15 20:41:10 -08:00
Tim Almdal
b3415f9e8d Add a photo detail page. 2009-12-15 12:23:32 -08:00
Tim Almdal
5676a82322 Initial g3 remote client implementation 2009-12-15 10:54:43 -08:00
Chad Kieffer
fd724e86f2 Merge branch 'master' of github.com:gallery/gallery3-contrib 2009-12-03 21:37:58 -07:00
Serguei Dosyukov
4f1538d87b Grey Dragon Theme - version 1.5.8 2009-12-03 00:00:03 -06:00
Romain LE DISEZ
b78ac358ee Merge commit 'upstream/master' 2009-12-01 20:37:04 +01: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
649b7ba7bc Get rid of the installer code, we don't actually need it yet since
there's no need to do any special work when we upgrade.

Change the theme code to only print out the JS if we have a web
property ID.
2009-11-29 11:49:39 -08:00
Romain LE DISEZ
9441bc08bb Merge commit 'upstream/master' 2009-11-29 20:48:54 +01:00
Matt Rude
29893cf79b Corrected version number from 1.2 to 2 since 1.2 is an invaild
version number.
2009-11-30 03:47:50 +08:00
Chad Kieffer
cb9482299f Merge branch 'master' of github.com:gallery/gallery3-contrib 2009-11-29 09:29:24 -07: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
Romain LE DISEZ
159fa9c815 Merge commit 'upstream/master' 2009-11-28 15:03:58 +01: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