summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2009-01-07Rebuild 2 images at a time.Bharat Mediratta
2009-01-06Wrap permissions in a <fieldset> so that we get a label for the dialogBharat Mediratta
2009-01-06Add graphics::Can() to let us determine whether the active toolkitBharat Mediratta
supports a given function. Right now it's hardcoded to support what we know about GD.
2009-01-06Add pause and done buttons to the progressbarBharat Mediratta
2009-01-06Don't include jQuery. This means that the form won't work by itself, but we ↵Bharat Mediratta
can live with that for now since it's always in a dialog. Including it here breaks our dialog for some reason
2009-01-06Don't make the overlay opaque when we're doing a dialog-based edit.Bharat Mediratta
2009-01-06Tabs -> spacesBharat Mediratta
2009-01-05Quick edit dialogs should stay on the same page and trigger a reload.Bharat Mediratta
2009-01-05Add silk edit imageBharat Mediratta
2009-01-05Add "quick edit" which lets you edit a photo's details from the albumsBharat Mediratta
page.
2009-01-04Rename:Bharat Mediratta
gQuickEdit to gQuick quick_edit -> quick
2009-01-04Fix message line so that uploads workBharat Mediratta
2009-01-04Allow passing a query string as an argument to Item_Model::url()Bharat Mediratta
2009-01-04Linked up a photo's return to parent album view.Chad Kieffer
2009-01-04Guard against missing apache_get_version()Bharat Mediratta
2009-01-04Remove border attribute from table.Chad Kieffer
2009-01-04Extend Theme_View to look in modules for photo and album menus. MoveBharat Mediratta
"view comments" link to the comment menu helper.
2009-01-04Fixed closing h1 tag.Chad Kieffer
2009-01-04Started to wire up album and photo view menus. Need photo's parent album ↵Chad Kieffer
link added. Also need add the slideshow link to the menu.
2009-01-04Make sure that create/update/delete fail without CSRF.Bharat Mediratta
2009-01-04Fix preambleBharat Mediratta
2009-01-04Require CSRF for any non-"get" action.Bharat Mediratta
2009-01-04CSS/JS formatting and selector updates.Chad Kieffer
2009-01-04Add admin wireframes link.Bharat Mediratta
2009-01-03Stay on the right page when we navigate up in the breadcrumb.Bharat Mediratta
Introduce a "show" parameter which contains the id of the item that we want to show when we go to the parent's page.
2009-01-03Add a loading dialog when we quickedit.Bharat Mediratta
2009-01-03Resize the quickedit box after rotation.Bharat Mediratta
2009-01-03No quickedit for album-- for real this time.Bharat Mediratta
2009-01-03No quickedit for album thumbs (for now, anyway)Bharat Mediratta
2009-01-03Propagate rotation up to the parent album, if we're rotating the album cover.Bharat Mediratta
2009-01-03Add a new quick-edit mode for editing photos when viewing albums.Bharat Mediratta
Implement image rotation this way.
2009-01-03Detect when imagerotate is missingBharat Mediratta
2009-01-03Add graphics::rotateBharat Mediratta
2009-01-02Restructire site admin menu a bit:Bharat Mediratta
Rename menu "General Settings" -> "Settings" Rename "Comments Moderation" -> "Comments" Move "Content" -> "Configure Spam Filtering" -> "Settings" -> "Spam Filtering"
2009-01-02trim() the path in add_photosBharat Mediratta
2009-01-02fix line endingsBharat Mediratta
2009-01-02Tweak indentationBharat Mediratta
2009-01-01Standard Forge Library doesn't support radio buttons.Felix Rabinovich
Added support from http://forum.kohanaphp.com/comments.php?DiscussionID=164
2009-01-01Theme Administration implementationFelix Rabinovich
2009-01-01Turn the permission dialog into a real 3-state faux checkbox. If weBharat Mediratta
replace them with intuitive icons, we're most of the way there.
2009-01-01Allow admins to do anythingBharat Mediratta
2009-01-01Add deepest album linkBharat Mediratta
2009-01-01Change the preamble for views in two ways:Bharat Mediratta
1) drop unnecessary semicolon 2) start with <?php for extra security in the case that the server itself doesn't have short_tags enabled (the app won't work, but we need to make sure that we're still secure)
2009-01-01Move debug CSS into core/css/debug.css, and enable it for admin themes alsoBharat Mediratta
2008-12-31Move 'browse' link above the fold, hide tabs that are inappropriate when ↵Bharat Mediratta
there's no install yet
2008-12-31Extend permissions interface to allow resetting to the parental default.Bharat Mediratta
2008-12-31Rename permissions_edit to permissions_browse for consistencyBharat Mediratta
2008-12-31Ajaxify the permissions browsing dialog. It only does allow/denyBharat Mediratta
right now, it doesn't allow you to reset to inherited values. That's next.
2008-12-31Rename permission_xxx to permissions_xxx for consistencyBharat Mediratta
2008-12-31Turn permission dialog into a browser where you can look at permissions back ↵Bharat Mediratta
up the tree