Commit Graph
2082 Commits
Author SHA1 Message Date
Chad Kieffer 83ae71e3cb Linked up a photo's return to parent album view. 2009-01-04 09:16:16 +00:00
Bharat Mediratta 1eeb6efd72 Move slideshow link from sidebar_top() into the photo and album menus. 2009-01-04 09:01:39 +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 6bff8959cf Reattach event listeners to open modal dialogs. 2009-01-04 08:47:08 +00:00
Bharat Mediratta 92ceef27da Allow renaming of tags using a modal dialog. Put up a confirmation
dialog for deleting tags.  Remove the 4 character restriction on tags
(it was getting ignored by the add form anyway since it was mistakenly
referred to as tag_name there).
2009-01-04 08:44:06 +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 2c27469412 Simple admin tags interface. 2009-01-04 01:55:59 +00:00
Bharat Mediratta 08c9745086 Make sure that create/update/delete fail without CSRF. 2009-01-04 01:55:07 +00:00
Bharat Mediratta 64384a21c2 Update preambles. 2009-01-04 01:47:41 +00:00
Bharat Mediratta 7e7093d0be Rename views to be consistent with our admin view naming scheme. 2009-01-04 01:41:10 +00:00
Bharat Mediratta 9f70af787f Fix preamble 2009-01-04 01:35:35 +00:00
Bharat Mediratta 4f57c30590 Fix windows-style line endings 2009-01-04 01:33:17 +00:00
Bharat Mediratta 3c768e1c59 Require CSRF for any non-"get" action. 2009-01-04 01:27:24 +00:00
Bharat Mediratta d36996fb14 Remove unnecessary comments. 2009-01-04 00:39:54 +00:00
Chad Kieffer 85574d7b82 CSS/JS formatting and selector updates. 2009-01-04 00:35:12 +00:00
Bharat Mediratta 2f44c2b269 Update description. 2009-01-04 00:31:28 +00:00
Bharat Mediratta 6399081494 Update description. 2009-01-04 00:30:05 +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
Chad Kieffer bdff96bd54 Added a jump to comments button with a scroll to effect. 2009-01-03 19:09:32 +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
Chad Kieffer 62fe5f0bd6 Inject the drag and drop handle style via jQuery. Restore background color bars behind admin block titles. 2009-01-03 01:26:22 +00:00
Chad Kieffer a57ede2f96 Added default user avatar. Comment thread updates, including display of avatar. Sidebar block display white space updates. Combined gLoginMenu and gCredits css. 2009-01-03 01:11:20 +00:00
Chad Kieffer 7db1758e93 More admin menu cleanup to reduce it's height. Removed redundant admin theme images, these are included in the default theme. Added a favicon. 2009-01-02 22:06:12 +00:00
Chad Kieffer 19d144496d Remove Superfish navbar CSS. It's not being used. 2009-01-02 21:25:44 +00:00
Chad Kieffer d6e2614802 Added basic table styles. Fixed width issue on gContent in the admin theme. Only display background colors on gInfo, gError, gWarning, etc. if they appear in gSiteStatus or gMessage. Miscellaneous form style updates. 2009-01-02 21:21:54 +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
Chad Kieffer 1ce19a994d Set the admin layout to 100% of the window. Add IE fix stylesheet for admin theme, reduce height of admin header. 2009-01-02 20:09:28 +00:00
Chad Kieffer b0ba77f943 Forgot to make updates for IE after removing gClearfix. 2009-01-02 20:07:05 +00:00
Tim Almdal 9644dcc480 1) Removed the published boolean database field
2) Replaced it with a string field (state) which contains the state of the comment. i.e. published, unpublished, spam.  Unsure if we want to create constants in comments.php to standardize the valid values... thoughts?
3) synchronized the spamfilter and comment unit tests with the current functionality
2009-01-02 18:54:37 +00:00
Tim Almdal 277e7f8db2 Remove old code that was commented out 2009-01-02 18:32:47 +00:00
Tim Almdal 206edb59b9 Update the api to allow each driver to specify validation rules and generate the appropriate form content. Add a callback so if the driver changes in the driver selection dropdown, then the api form fields are updated with the new form fields for that driver 2009-01-02 18:31:23 +00:00
Chad Kieffer 5321c8d59d Switched admin menu from navbar back to plain menu, plain dropdowns are more usable. Minor text formatting updates. 2009-01-02 07:09:25 +00:00
Bharat Mediratta 06749e2bbf Add dimensions to logo. 2009-01-02 04:04:53 +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
Bharat Mediratta e63966b490 Tweak indentation 2009-01-02 01:20:06 +00:00
Felix Rabinovich 64d6f9aea6 Standard Forge Library doesn't support radio buttons.
Added support from http://forum.kohanaphp.com/comments.php?DiscussionID=164
2009-01-01 22:57:17 +00:00
Chad Kieffer e8d10cab9d Applied #gPager to next/last nav, moved up above photo and moved photo title back to below the photo. 2009-01-01 22:56:57 +00:00
Chad Kieffer 7452a18938 Update the CSS item ID and class application for items and albums in albums. Miscellaneous CSS updates. 2009-01-01 22:54:35 +00:00