1
0

Commit Graph

  • e0fb512c37 Display the top 15 tags on the side bar Tim Almdal 2009-12-29 12:18:16 -0800
  • cd931befd6 Merge branch 'master' of git@github.com:gallery/gallery3-contrib into talmdal Tim Almdal 2009-12-29 08:03:32 -0800
  • ba0794fe91 Allow the register link to be shown on the login page. Fixes ticket #952 Tim Almdal 2009-12-28 11:36:17 -0800
  • ee7e1d0c1d Correct missing function name Tim Almdal 2009-12-27 09:53:26 -0800
  • 92d56d7037 Merge branch 'master' of git@github.com:gallery/gallery3-contrib into talmdal Tim Almdal 2009-12-26 08:24:13 -0800
  • 500eb7c744 Define $url to avoid warnings. Bharat Mediratta 2009-12-25 22:45:12 -0800
  • 90ef5daa49 Update some database calls. Bharat Mediratta 2009-12-25 13:25:36 -0800
  • fb36d5454c Do enough CSS fixing to get the dialogs to work inline. Bharat Mediratta 2009-12-24 18:05:14 -0800
  • 69baf26b05 Clean up formatting. Bharat Mediratta 2009-12-24 18:03:03 -0800
  • b9cebd25eb Add validation for the default settings and api key. Set some defaults there, too so that users don't have to know a lat/long to get started. Use form validation. Bump the version to 2. Bharat Mediratta 2009-12-24 12:53:35 -0800
  • 4c9bcf9ad3 Update for paginator changes. Bharat Mediratta 2009-12-24 11:56:49 -0800
  • 2fdada73dc Sentence case the titles. Bharat Mediratta 2009-12-24 11:56:30 -0800
  • c7ad42100b Convert Kohana::show_404() to throw a Kohana_404_Exception() Bharat Mediratta 2009-12-24 11:55:28 -0800
  • ace00a891d Updated for the new blocks API. Bharat Mediratta 2009-12-24 11:51:21 -0800
  • 0cb6b9e58f Clean up the code to work with K24 ORM changes, and update it to work with paginator changes. Also fix some minor style issues. Bharat Mediratta 2009-12-24 11:45:44 -0800
  • 26e5f4eade Change the get_resource api method to take an array of parms instead actually specifying parameters. Tim Almdal 2009-12-24 11:38:05 -0800
  • 8658a609fd Convert Controller::$input -> Input::instance() Bharat Mediratta 2009-12-24 11:09:07 -0800
  • 1ed3c46997 Clean up tag display logic Bharat Mediratta 2009-12-24 11:07:03 -0800
  • 9a1fc57211 Don't treat objects like strings. Simplify the code. Bharat Mediratta 2009-12-24 11:04:25 -0800
  • 30ab3e9420 Check using empty() instead of a comparison to avoid warnings on unused variables. Bharat Mediratta 2009-12-24 10:59:25 -0800
  • 7d2297033d Don't treat objects like strings. Bharat Mediratta 2009-12-24 10:56:26 -0800
  • 1a65ded2a6 Don't treat objects like strings Bharat Mediratta 2009-12-24 02:44:13 -0800
  • dde187e88c Only trigger for items and tags Bharat Mediratta 2009-12-24 01:48:27 -0800
  • 2a596af25b Don't treat an object like a string Bharat Mediratta 2009-12-24 01:48:15 -0800
  • 2b00e0a4e9 Don't save dimensions unless it's actually a movie. Bharat Mediratta 2009-12-24 01:47:58 -0800
  • f522643d70 Clean up tag display logic. Bharat Mediratta 2009-12-24 01:47:00 -0800
  • bcc0a1e836 Convert a bunch of left over kohana::show_404 calls to throw Kohana_404_Exception instead. Bharat Mediratta 2009-12-23 20:52:09 -0800
  • a711cb1088 Quote name/descriptions in module.info Bharat Mediratta 2009-12-23 12:56:12 -0800
  • f64442b75c Add a rule for the "activate" param so that it gets validated properly. Bharat Mediratta 2009-12-23 02:24:55 -0800
  • 5f53465bd1 Update format of $hidden variables for new K24 form::open Bharat Mediratta 2009-12-23 00:59:15 -0800
  • 1a0dc96e77 First pass at upgrading contrib code to the Kohana 2.4 standards. Here's a summary of the changes I made: Bharat Mediratta 2009-12-22 21:31:03 -0800
  • 32a80e5d7f Forgot the image block html template Tim Almdal 2009-12-22 20:02:45 -0800
  • ab3655ff37 Add functionality for a random image block Tim Almdal 2009-12-22 18:53:24 -0800
  • 35a76f3c5b Remove unused add screen Tim Almdal 2009-12-22 14:31:59 -0800
  • ad176f9f2e Refactor the G3 Remote Interface to remove the dependencines on Kohana and combine into one class Tim Almdal 2009-12-22 14:26:13 -0800
  • 44c441a33a Add the functionality to add a photo remotely. Refactor the url_connection class to handle multipar/form-data posts. Tim Almdal 2009-12-22 12:31:15 -0800
  • 7451323165 Added support for adding albums remotely Tim Almdal 2009-12-21 13:53:05 -0800
  • a7851a9a97 Correct the path to the resource delete handler Tim Almdal 2009-12-21 11:41:49 -0800
  • 4c0cb783a2 Implement the update functionality Tim Almdal 2009-12-21 11:30:38 -0800
  • f0308bf695 Fix the delete function so the album tree is updated if an album is deleted. Also delete reference to an undefined variable. Tim Almdal 2009-12-18 22:32:37 -0800
  • b16d60916f Delete now works. Added a hook to always extract the access token from the session and initialize the gallery3 remote library. Tim Almdal 2009-12-18 15:03:22 -0800
  • 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. Tim Almdal 2009-12-18 12:24:10 -0800
  • 2543746822 Change the color scheme to darker backgrounds. Tim Almdal 2009-12-17 11:47:25 -0800
  • 5c5b813097 simplify determining the current path and parent. Change the Add Resource to a split button. Tim Almdal 2009-12-17 11:25:46 -0800
  • 575bcbd22e The navigation buttons are now working on the test client (first, prev, next, last and up). Tim Almdal 2009-12-16 20:11:15 -0800
  • fc71b2341a Add a toolbar to the g3 remote client and add the functionality for 'return to parent' Tim Almdal 2009-12-16 11:51:45 -0800
  • c075accb63 Provide for a structured grid layout and also forgot to include the flowplayer for movies. Tim Almdal 2009-12-15 21:36:03 -0800
  • 4e4c650c58 Make movies work, by adding the height and width to the page element. Tim Almdal 2009-12-15 21:02:07 -0800
  • 09518e5d08 remove local dependencies Tim Almdal 2009-12-15 20:48:00 -0800
  • 8796f0bb64 Restructured the page layout and first attempt at displaying a movie. Tim Almdal 2009-12-15 20:41:10 -0800
  • b3415f9e8d Add a photo detail page. Tim Almdal 2009-12-15 12:23:32 -0800
  • 5676a82322 Initial g3 remote client implementation Tim Almdal 2009-12-12 09:39:18 -0800
  • fd724e86f2 Merge branch 'master' of github.com:gallery/gallery3-contrib Chad Kieffer 2009-12-03 21:37:58 -0700
  • 4f1538d87b Grey Dragon Theme - version 1.5.8 Serguei Dosyukov 2009-12-03 00:00:03 -0600
  • b78ac358ee Merge commit 'upstream/master' Romain LE DISEZ 2009-12-01 20:37:04 +0100
  • 53acbe5e5e Convert the CRLF in the greydragon theme to LF Tim Almdal 2009-11-30 08:16:33 -0800
  • 142c7b1368 Remove the night_wind theme as it doesn't work and is not being maintained Tim Almdal 2009-11-30 08:15:52 -0800
  • 4b47c5b1a1 Grey Dragon Theme - initial check in Serguei Dosyukov 2009-11-30 01:09:08 -0600
  • 8c47321af7 Updated. Bharat Mediratta 2009-11-29 12:44:49 -0800
  • 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. Bharat Mediratta 2009-11-29 12:40:03 -0800
  • 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. Bharat Mediratta 2009-11-29 11:49:39 -0800
  • 9441bc08bb Merge commit 'upstream/master' Romain LE DISEZ 2009-11-29 20:48:54 +0100
  • 29893cf79b Corrected version number from 1.2 to 2 since 1.2 is an invaild version number. Matt Rude 2009-11-30 00:31:16 +0800
  • cb9482299f Merge branch 'master' of github.com:gallery/gallery3-contrib Chad Kieffer 2009-11-29 09:29:24 -0700
  • bc1f03996a Tighten up the text a bit. Bharat Mediratta 2009-11-29 00:08:00 -0800
  • e12cc3dd2f Move admin related controllers, views and helpers into the admin subdirectory so that they're accessible in admin mode. Bharat Mediratta 2009-11-28 23:30:33 -0800
  • 78e6c5434e Move the 3nids admin menu option into the appearance menu. Bharat Mediratta 2009-11-28 15:20:10 -0800
  • 159fa9c815 Merge commit 'upstream/master' Romain LE DISEZ 2009-11-28 15:03:58 +0100
  • b5414d7aa5 Rename and fix up some indentation. Bharat Mediratta 2009-11-27 16:59:07 -0800
  • 2080cc531e Roll comment functionality into the three_nids controllers and helpers. Bharat Mediratta 2009-11-27 16:55:00 -0800
  • fbe35b1658 Fix indentation. Bharat Mediratta 2009-11-27 16:33:33 -0800
  • bed8f84566 Whitespace. Bharat Mediratta 2009-11-27 16:31:15 -0800
  • d6456b7643 Change references of theme_three_nids to three_nids Bharat Mediratta 2009-11-27 16:27:33 -0800
  • 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). Bharat Mediratta 2009-11-27 16:21:18 -0800
  • 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. Bharat Mediratta 2009-11-27 16:12:59 -0800
  • d8807a7ad8 Remove spurious module::is_active("3nids") calls since it's all now in the theme. Bharat Mediratta 2009-11-27 16:00:36 -0800
  • 094937a3a3 whitespace. Bharat Mediratta 2009-11-27 15:56:06 -0800
  • 863146972b Whitespace fix. Bharat Mediratta 2009-11-27 15:55:53 -0800
  • 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. Bharat Mediratta 2009-11-27 15:34:48 -0800
  • 7f3c8db181 Fix indentation. Bharat Mediratta 2009-11-27 15:32:01 -0800
  • a13bf06f36 Change the mods on all files to 644 Bharat Mediratta 2009-11-27 15:27:13 -0800
  • 6c1c44fbec Can't have a class name that begins with a digit, so rename this back to theme_3nids. Bharat Mediratta 2009-11-27 15:23:19 -0800
  • 9a7f7ff22d Rename "theme_3nids" to "3nids" in module vars. Bharat Mediratta 2009-11-27 15:21:05 -0800
  • 1447920592 Revert "Rename "theme_3nids" to just "3nids" since we no longer have a theme_3nids module." Bharat Mediratta 2009-11-27 15:20:17 -0800
  • fe468a6014 Add spaces after commas. Bharat Mediratta 2009-11-27 15:15:03 -0800
  • e8302ffcc8 Rename "theme_3nids" to just "3nids" since we no longer have a theme_3nids module. Bharat Mediratta 2009-11-27 15:14:21 -0800
  • 97db9f478e Updated to reflect the fact that we've gotten rid of REST_Controller Updated for changes in the paginator.. Bharat Mediratta 2009-11-27 15:13:17 -0800
  • f9cdd21db0 Normalize code style. Bharat Mediratta 2009-11-27 15:11:10 -0800
  • 77dd601c2d Normalize indentation. Bharat Mediratta 2009-11-27 15:04:19 -0800
  • 9d36e222cb Clean up indentation and variable naming to closer match G3 standards. Bharat Mediratta 2009-11-27 14:58:01 -0800
  • 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. Bharat Mediratta 2009-11-27 14:41:47 -0800
  • 6547d54e72 Fix a blown merge and bring calendarview up to date with rWatcher's changes. Bharat Mediratta 2009-11-26 11:21:51 -0800
  • 55f806b754 Merge branch 'master' of git://github.com/rWatcher/gallery3-contrib Bharat Mediratta 2009-11-26 11:13:21 -0800
  • 8ca9f9e780 Added a month view and breadcrumbs to album view. rWatcher 2009-11-19 04:03:16 +0800
  • 24ad098f23 Merge branch 'master' of github.com:gallery/gallery3-contrib Chad Kieffer 2009-11-26 11:12:01 -0700
  • 07bb2625df Beginning framework for the remote module Bharat Mediratta 2009-11-23 22:30:55 -0800
  • 6d8f000ccc Merge branch 'master' of github.com:gallery/gallery3-contrib Chad Kieffer 2009-11-18 19:04:34 -0700
  • 11153056f1 Code cleanup. rWatcher 2009-11-18 19:04:47 -0500
  • 92e97357e5 Translation Fix. rWatcher 2009-11-18 18:35:31 -0500
  • 229c488436 Merge commit 'gallery3-contrib/master' rWatcher 2009-11-18 15:03:53 -0500