Commit Graph
1018 Commits
Author SHA1 Message Date
Felix Rabinovich 48e73e9081 Theme Administration cleanup initialization 2009-01-09 23:54:40 +00:00
Felix Rabinovich b647aa0f74 Theme Administration v. 2. Doesn't distinguish between regular and admin themes yet 2009-01-09 23:31:46 +00:00
Tim Almdal 1e14594d68 Un hook the installer from load_modules, so testers can get to the scaffolding to install 2009-01-09 19:09:13 +00:00
Tim Almdal 22ee012720 Stage 1 of the installer. basically check that we can start as far as Kohana correctly 2009-01-09 18:33:48 +00:00
Andy Staudacher be478eb0c2 HTML fixes 2009-01-09 01:01:39 +00:00
Andy Staudacher a631fe29f3 i18n refactoring: Rename all _() (reserved by gettext) calls to t().
- And refactor printf to our string interpolation / pluralization syntax
- Also, a slight change to the translations_incomings table, using binary(16) instead of char(32) as message key.
2009-01-08 17:13:06 +00:00
Andy Staudacher 2917740ba6 First step of i18n refactoring:
- Using DB table translations_incomings as translations storage (file cache to be added)
- Removed overly complex i18n code which will be unnecessary with the future compiled cache files
- Added t() as a translation function (global refactoring from _() to t() to follow)
2009-01-08 06:52:18 +00:00
Bharat Mediratta 8f9738e6d3 Don't toggle akismet::test_mode if akismet isn't installed. 2009-01-08 02:58:03 +00:00
Bharat Mediratta bc36ba609d Add akismet::$test_mode, initialize it to TEST_MODE and don't contact
akismet if it's on.  Force it on in the scaffolding so that we don't
try to run all comments we add from there through Akismet.
2009-01-08 02:56:49 +00:00
Bharat Mediratta 58c8b3b031 module::event now takes an unlimited number of args
added module::incr_var() ftw.
2009-01-08 02:46:09 +00:00
Bharat Mediratta 8620c3fa01 Update event calls to take the orig and new models so that event listeners can do comparisons 2009-01-08 02:39:21 +00:00
Bharat Mediratta 97bf6761b2 Properly implement 'root' as a legal factory type 2009-01-07 09:07:45 +00:00
Bharat Mediratta dedda72297 Add 'root' as a legal factory type 2009-01-07 09:05:30 +00:00
Bharat Mediratta f8f471c59b Turn statistics into a menu 2009-01-07 06:25:54 +00:00
Bharat Mediratta 8eb25fbb47 Rebuild 2 images at a time. 2009-01-07 00:57:08 +00:00
Bharat Mediratta cb3109784e Wrap permissions in a <fieldset> so that we get a label for the dialog 2009-01-06 10:10:54 +00:00
Bharat Mediratta 393273eaef Add graphics::Can() to let us determine whether the active toolkit
supports a given function.  Right now it's hardcoded to support what
we know about GD.
2009-01-06 09:30:32 +00:00
Bharat Mediratta db4164520a Add pause and done buttons to the progressbar 2009-01-06 08:59:09 +00:00
Bharat Mediratta 3b9e15a613 Don't include jQuery. This means that the form won't work by itself, but we can live with that for now since it's always in a dialog. Including it here breaks our dialog for some reason 2009-01-06 08:46:07 +00:00
Bharat Mediratta 712a97addd Don't make the overlay opaque when we're doing a dialog-based edit. 2009-01-06 04:32:15 +00:00
Bharat Mediratta 294db39c96 Tabs -> spaces 2009-01-06 00:12:54 +00:00
Bharat Mediratta 06b4145b76 Quick edit dialogs should stay on the same page and trigger a reload. 2009-01-05 08:20:07 +00:00
Bharat Mediratta 2dc436beea Add silk edit image 2009-01-05 08:09:25 +00:00
Bharat Mediratta 7482b6683e Add "quick edit" which lets you edit a photo's details from the albums
page.
2009-01-05 08:05:50 +00:00
Bharat Mediratta 99804a34b2 Rename:
gQuickEdit to gQuick
   quick_edit -> quick
2009-01-04 19:54:38 +00:00
Bharat Mediratta 63302ad49c Fix message line so that uploads work 2009-01-04 19:46:37 +00:00
Bharat Mediratta 7017e95c99 Allow passing a query string as an argument to Item_Model::url() 2009-01-04 09:28:57 +00:00
Chad Kieffer 83ae71e3cb Linked up a photo's return to parent album view. 2009-01-04 09:16:16 +00:00
Bharat Mediratta 24917d337c Guard against missing apache_get_version() 2009-01-04 08:55:00 +00:00
Chad Kieffer 16ef5a8c28 Remove border attribute from table. 2009-01-04 08:49:58 +00:00
Bharat Mediratta 625d078557 Extend Theme_View to look in modules for photo and album menus. Move
"view comments" link to the comment menu helper.
2009-01-04 07:40:37 +00:00
Chad Kieffer 9ff452d82a Fixed closing h1 tag. 2009-01-04 03:59:30 +00:00
Chad Kieffer f7f2fa10cd Started to wire up album and photo view menus. Need photo's parent album link added. Also need add the slideshow link to the menu. 2009-01-04 03:43:12 +00:00
Bharat Mediratta 08c9745086 Make sure that create/update/delete fail without CSRF. 2009-01-04 01:55:07 +00:00
Bharat Mediratta 9f70af787f Fix preamble 2009-01-04 01:35:35 +00:00
Bharat Mediratta 3c768e1c59 Require CSRF for any non-"get" action. 2009-01-04 01:27:24 +00:00
Chad Kieffer 85574d7b82 CSS/JS formatting and selector updates. 2009-01-04 00:35:12 +00:00
Bharat Mediratta 75d1cfa66b Add admin wireframes link. 2009-01-04 00:25:53 +00:00
Bharat Mediratta 3d9e5e439e Stay on the right page when we navigate up in the breadcrumb.
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-03 20:14:06 +00:00
Bharat Mediratta 8ed5200101 Add a loading dialog when we quickedit. 2009-01-03 20:13:08 +00:00
Bharat Mediratta 0402e326cb Resize the quickedit box after rotation. 2009-01-03 05:52:20 +00:00
Bharat Mediratta 09a844fffc No quickedit for album-- for real this time. 2009-01-03 05:50:17 +00:00
Bharat Mediratta d299414399 No quickedit for album thumbs (for now, anyway) 2009-01-03 05:48:15 +00:00
Bharat Mediratta 0cfa51b5b7 Propagate rotation up to the parent album, if we're rotating the album cover. 2009-01-03 05:47:00 +00:00
Bharat Mediratta e8f1ff580c Add a new quick-edit mode for editing photos when viewing albums.
Implement image rotation this way.
2009-01-03 05:36:16 +00:00
Bharat Mediratta 675cc69393 Detect when imagerotate is missing 2009-01-03 05:26:47 +00:00
Bharat Mediratta 57be3cd78b Add graphics::rotate 2009-01-03 05:25:52 +00:00
Bharat Mediratta 8595b75d9b Restructire site admin menu a bit:
Rename menu "General Settings" -> "Settings"
  Rename "Comments Moderation" -> "Comments"
  Move "Content" -> "Configure Spam Filtering" -> "Settings" -> "Spam Filtering"
2009-01-02 20:18:44 +00:00
Bharat Mediratta b08373919b trim() the path in add_photos 2009-01-02 04:01:25 +00:00
Bharat Mediratta ecdfd1590d fix line endings 2009-01-02 01:23:41 +00:00