| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-12-24 | Add atom to the implicit module list. | Bharat Mediratta | |
| 2008-12-20 | Create module::load_themes() to load the correct theme after we do | Bharat Mediratta | |
| routing and know whether we're going to an /admin page or a regular one. | |||
| 2008-12-16 | TEST_MODE always exists now, so check its value, don't rely on its existence ↵ | Bharat Mediratta | |
| to know that we're in test mode. | |||
| 2008-12-15 | Rename default_admin to admin_default. | Bharat Mediratta | |
| 2008-12-14 | Created admin controller and made admin obey admin theme settings | Felix Rabinovich | |
| 2008-12-08 | Only add the unit_test and gallery_unit_test modules if we're in TEST_MODE | Bharat Mediratta | |
| 2008-11-28 | Dynamically create the list of available modules. This permits new modules ↵ | Tim Almdal | |
| to be added without having to update the config.php file | |||
| 2008-11-24 | Revert the site_title change | Tim Almdal | |
| 2008-11-23 | Add a site-config parameter to the config.php file. Created a ↵ | Tim Almdal | |
| core_block:head method to insert the title into the head section. If the config value is false, the default Browse Photos::$item->title is used. A string value with a trailing '-' will append the config value to $item-title. Otherwise, the page title is set with the supplied value. | |||
| 2008-11-23 | Move search out into its own module and have it display its link at | Bharat Mediratta | |
| the header_bottom() insertion point. | |||
| 2008-11-22 | An Atom library prototype. Its purpose is to explore the cost of us ↵ | Jozef Selesi | |
| supporting Atom as the default input and output format of RESTful controllers. Only the constructs necessary for representing comment feeds and entries have been implemented. Its output are valid Atom 1.0 documents. The test contains examples of how to make feeds and entries. | |||
| 2008-11-19 | fix a few minor issues | Tim Almdal | |
| 2008-11-18 | The start of the slideshow module. Mostly framework stuff, no real ↵ | Tim Almdal | |
| implementation yet | |||
| 2008-11-16 | Rename 'tags' module to 'tag' for consistency of pluralization | Bharat Mediratta | |
| 2008-11-09 | Beginnings of the comment module. Install and uninstall. | Jozef Selesi | |
| 2008-11-08 | The start of an authentication module. This provides the installation and a ↵ | Tim Almdal | |
| basic install test. There is no interface at the moment to do authentication. It is dependent on the install of the user module. | |||
| 2008-11-07 | Move default theme up above modules so that it can override module views | Bharat Mediratta | |
| 2008-11-06 | Drop the ? from the base url; we're going to count on Apache PathInfo for ↵ | Bharat Mediratta | |
| navigation. | |||
| 2008-11-05 | Move Google Maps block off into its own gmaps module. | Bharat Mediratta | |
| 2008-11-05 | Item Info block is now off into the info module. Yay! | Bharat Mediratta | |
| 2008-11-05 | The start of the user module. At this point, it shows up on the scaffolding ↵ | Tim Almdal | |
| screen and you can install and uninstall it. Which creates the tables, defines 2 groups (adminstrator, registered) and one user (admin). | |||
| 2008-11-05 | Tags are now off in their own module, hooray! | Bharat Mediratta | |
| 2008-11-05 | The carousel block is now off into its own module. The | Bharat Mediratta | |
| sidebar.html.php file loops over $theme->blocks() which in turn calls carousel::block() which uses the Block object to create a standard block UI. Hooray! | |||
| 2008-11-04 | Lots of new stuff! | Bharat Mediratta | |
| Replace theme HTML with *almost* the latest stuff from the mockups. (it doesn't include r18467 yet). Our theme format is now modelled after WordPress / Habari's style where you have one entry point per type (eg: album.php) which can load up whatever parts it needs (eg: $theme->display("header")) Created album and photo helpers which have create() functions that form the base of our new API, along with tests for them. Created our own version of the ORM_MPTT since the existing versions were too buggy and unsupported to depend upon. Only has a minimal implementation so far, and the tests are not yet committed. Added path(), thumbnail_path() and resize_path() to Item_Model Extended the scaffolding to allow you to add lots of photos/albums into your hierarchy. Deleted modules/mptt -- we're not going to use this anymore. | |||
| 2008-11-03 | Create an initial attempt at the album controller, set it up with a default ↵ | Bharat Mediratta | |
| route and add a link to it from the welcome page. | |||
| 2008-11-02 | Add mptt and forge modules to the module load list | Bharat Mediratta | |
| disable logging if the log dir is not writable. | |||
| 2008-11-01 | Fix all our preambles to make the preamble test pass. | Bharat Mediratta | |
| 2008-11-01 | Set up unit test framework. Tweak configuration so that it only runs in | Bharat Mediratta | |
| command line mode, and expects to put data into test/var. Create a module to wrap it that generates a nice text-only view of the output. | |||
| 2008-10-31 | Placeholder app for Gallery3, along with a customized index.php and a README | Bharat Mediratta | |
| git-svn-id: http://gallery.svn.sourceforge.net/svnroot/gallery/trunk/eval/gx/gallery3/trunk@18409 57fcd75e-5312-0410-8df3-f5eb6fbb1595 | |||
