summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-10IE fixes. Default theme now looks roughly the same in IE and Firefox. We ↵Chad Kieffer
need to avoid using absolute and relative positioning for our primary layout containers (i.e. gHeader, gFooter, etc.).
2008-11-10Clean up HTML for adding albums/photos a tad.Bharat Mediratta
2008-11-10uninstall and reinstall the comment module, tooBharat Mediratta
2008-11-10Add the ability to create albums to the scaffoldingBharat Mediratta
Revert $_POST back to $this->input->post() because that supports default values.
2008-11-10jQuery edit in place is so easy, seems like it oughta be added to the photo ↵Chad Kieffer
view :)
2008-11-10Tests for Item_ControllerBharat Mediratta
2008-11-10Convert quote stylesBharat Mediratta
Convert $this->input->post to $_POST
2008-11-09Rename tests to make room for controller testsBharat Mediratta
Album_Test -> Album_Helper_Test Photo_Test -> Photo_Helper_Test
2008-11-09Chain away temporary variablesBharat Mediratta
2008-11-09Implement Item_Controller::put() and delete()Bharat Mediratta
Adjust/simplify photo::create Add image uploading to the scaffolding
2008-11-09Fix line endings.Jozef Selesi
2008-11-09style fixBharat Mediratta
2008-11-09Install/uninstall support for the comment module. Missing from the previous ↵Jozef Selesi
commit.
2008-11-09IE fixes, sidebar is now fixed in IE (we were missing a yui-g class). ↵Chad Kieffer
Removed .first class, it's not needed, at least not now. Moved all top-level layout containers to page.html.php so that if themers want to replace YUI grids with something else, like Blueprint, they only really need to edit page.html.php.
2008-11-09Beginnings of the comment module. Install and uninstall.Jozef Selesi
2008-11-09CSS cleanup. Alphabetized all CSS attributes. Use short form declaration for ↵Chad Kieffer
background. Don't precede decimal values with 0 (.8em instead of 0.8em). Convert colors to short form, use lower case hex alpha values (easier to read), convert keyword colors to hex values. Quoted url paths. Fixed the order of border attributes (width style color). Don't clear floated elements around #gContent.
2008-11-09Make Gallery3 more RESTful.Bharat Mediratta
Create Item_Controller as a common superclass for Album_Controller and Photo_Controller. Change routes to route requests to Item_Controller for dispatching, which in turn will generate get/post/put/delete requests to the controlller so that each controller has a RESTful surface. Change in_place editing to take advantage of this.
2008-11-09try to disable register_globalsBharat Mediratta
2008-11-09change url::base() to url::file()Bharat Mediratta
2008-11-08Allow in-place editing in the info block.Bharat Mediratta
2008-11-08Simplify the CSS a bit.Bharat Mediratta
2008-11-08Restrict our dom traversal to look only for span.gInPlaceEdit for speed.Bharat Mediratta
2008-11-08Add support for in-place editing of data fields.Bharat Mediratta
2008-11-08Tell users to install the user module before installing auth.Bharat Mediratta
2008-11-08Create permanent owner_id column in the item table, and use a softBharat Mediratta
relationship to bind the two. To do this, I overrode __get in Item_Model so that $item->owner returns the appropriate User_Model.
2008-11-08Simplify the way that we find the user id (just look it up, and if there's a ↵Bharat Mediratta
database exception use the null value)
2008-11-08Adding user (owner) to items; info moduleFelix Rabinovich
2008-11-08Standardize on a format for exceptions messages new Exception("@todo ↵Tim Almdal
ERROR_MESSAGE");
2008-11-0844 --> E_DATABASE_ERRORBharat Mediratta
2008-11-08Remove inappropriate commentsBharat Mediratta
2008-11-08The 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-08Change how the modules table doesn't exist is caught. In running unit test, ↵Tim Almdal
sometimes i would get the message "There was an SQL error: Table 'gallery3_unittest.modules' doesn't exist - ...." and sometimes I would get the message "Table modules does not exist in your database." In both cases the error code was 44.
2008-11-07Change add() to add photos:albums at a ratio of 10:1Bharat Mediratta
2008-11-07Fix the child url to use the item type.Bharat Mediratta
2008-11-07add gMinimize to the block headerBharat Mediratta
2008-11-07indentation fixesBharat Mediratta
2008-11-07Renamed .minimize to .gMinimizeChad Kieffer
2008-11-07move block.html.php into the default themeBharat Mediratta
2008-11-07Add automatic pagination. All you have to do is add <?= $theme->pagerBharat Mediratta
?> to your theme file and you get a well formed pager. Themes can customize this any way they want. A version that matches the mockup is provided in the default theme.
2008-11-07Updated CSS organization and headings, removed unused styles, added ↵Chad Kieffer
placeholders for a few styles, including gThumbnail. Simplified album grid loop, the thumbnail container markup for albums and items was almost identical, no need to repeat all of it. Switched album grid markup from <div> to <ul>. Updated element nesting in photo template.
2008-11-07Use get_object_vars to simplify codeBharat Mediratta
2008-11-07Add children_count() to ORM_MPTTBharat Mediratta
2008-11-07convert tabs -> spacesBharat Mediratta
2008-11-07Use jquery.cookie to keep the same tab open when you refreshBharat Mediratta
Add a switch to turn profiling on/off
2008-11-07Move default theme up above modules so that it can override module viewsBharat Mediratta
2008-11-07Added YUI 2.6.0 CSS collection to lib (reset-gonts-grids and base) and call ↵Chad Kieffer
these rather than CDN versions, for now. Renamed default theme's style sheet to screen.css, recommend that CSS files be named for the primary media they support. Removed unused YUI JS component calls from the default theme.
2008-11-06Oops, these files got left out of r18525.Bharat Mediratta
2008-11-06Break header/sidebar/footer out into separate templates.Bharat Mediratta
2008-11-06Change the theming module again, per a discussion with Chad and Jakob.Bharat Mediratta
Now we have an overall page layout (page.html.php) which has a $content variable, and that $content will be one of several possible secondary views. Currently, it is either photo.html.php or album.html.php. header, footer, breadcrumb, sidebar, anything common to all pages is in page.html.php.
2008-11-06album::set_thumbnail is now part of Item_Model so it can go.Bharat Mediratta
Fix a bug in the scaffolding where we weren't saving the album after adding its thumbnail (so its dimensions weren't getting set).