Commit Graph
2082 Commits
Author SHA1 Message Date
Bharat Mediratta ff6791f576 Models should be named in adjective_noun form to make pluralizatoin
more intuitive.

Renamed Translations_Incoming to Incoming_Translation to suit.
2009-01-13 01:05:11 +00:00
Bharat Mediratta 4adff59169 Fix preambles 2009-01-13 01:00:40 +00:00
Chad Kieffer 9be9c5a3d1 Updated vertical alignment of thumbnails. 2009-01-12 23:54:52 +00:00
Bharat Mediratta c5f77510a7 Refactor dashboard block handling out into a dashboard helper so that
module installers don't have to know the grotty details of how it works.
2009-01-12 08:51:54 +00:00
Bharat Mediratta bc421a615a Implement deleting dashboard blocks.
* Refactor blocks so that they have a separate id vs css_id.  This way
  we can have a unique identifier for each visual block.

* Store blocks with a random id as their unique identifier

* Add Admin_Dashboard::remove_block() and modify
  themes/admin_default/views/block.html.php to call it when you click the
  remove box.
2009-01-12 08:26:38 +00:00
Chad Kieffer ce6d7b8d37 Keep CSS selector attribute definitions alphabetized. 2009-01-12 08:24:23 +00:00
Chad Kieffer 8a79d328ed Minor markup cleanup. 2009-01-12 08:20:39 +00:00
Chad Kieffer 42e635bff0 Theme admin refinement. Make more room to show the preview by enlarging the iframe and removing the heading above it. 2009-01-12 07:57:13 +00:00
Bharat Mediratta f4d5681faa Update to Forge r172 2009-01-12 07:54:13 +00:00
Bharat Mediratta ae73ef3d57 Updated for new Form_Submit API.
OLD:
  $form->submit("Foo")  -->  <input type="submit" value="Foo">

New:
  $form->submit("foo_button")->("Foo") --> <input type="submit" name="foo_button" value="Foo">

Mostly we don't care what the button is so we leave the name blank.
2009-01-12 07:50:04 +00:00
Bharat Mediratta b19729435c Dashboard blocks are now data driven, and you can add new blocks to
both the sidebar and the center content area from a dropdown at the
top of the dashboard sidebar.
2009-01-12 07:39:53 +00:00
Bharat Mediratta ef303bde3e Gallery version now lives in a variable 2009-01-12 07:39:02 +00:00
Bharat Mediratta 66abb6624e Update to Forge r171 2009-01-12 07:37:34 +00:00
Chad Kieffer a1c70d4a68 Remove gDraggable, we won't be using it. jQuery UI theme will handle this. 2009-01-12 07:31:40 +00:00
Bharat Mediratta af992a9739 Update forge to r170 2009-01-12 07:17:24 +00:00
Chad Kieffer 73d97f6c74 Restored .understate for use to visually mute type (gray out). 2009-01-12 06:55:09 +00:00
Tim Almdal e02c5759bb Add a check to (e|i)nsure that the database provided is empty 2009-01-12 05:12:17 +00:00
Chad Kieffer d880c0b7e2 If there's sidebar content, use yui-t5. If none, yui-t7. 2009-01-12 04:24:53 +00:00
Bharat Mediratta 11fb04cdde Only the admin dashboard has a sidebar now.
admin.html.php looks for $sidebar and renders the page appropriately
if one exists.  But only admin_dashboard has one currently.
2009-01-12 04:04:55 +00:00
Chad Kieffer 5fdcdc0e68 Applied jquery ui dialog titlebar to dashboard blocks to add a close button. It's not semantically "nice" but it works for now. 2009-01-12 03:49:19 +00:00
Chad Kieffer e4f340b1c7 Removed tabs. We're not using it now. 2009-01-12 03:05:31 +00:00
Tim Almdal ea3785c126 Add a check that the installation directory is writable 2009-01-12 02:33:53 +00:00
Tim Almdal df44265401 Check to insure that the supplied user had the required permissions 2009-01-12 01:34:36 +00:00
Bharat Mediratta 59202b943e Make the logos link back to the main album page for easy navigation. 2009-01-12 00:42:14 +00:00
Bharat Mediratta e7f6befaa4 Fix spelling of 'separator', which incidentally matches what's in the CSS 2009-01-12 00:39:39 +00:00
Bharat Mediratta fd315c0923 Fix spelling of 'resizable' and remove a duplicate. 2009-01-12 00:36:56 +00:00
Chad Kieffer 48f2c01e72 Missed an image. 2009-01-12 00:27:54 +00:00
Chad Kieffer 88246de0ff Add all the files jquery ui needs, including css for each widget. ui.all.css includes calls to the widget css we're currently using. Add new widget css here. 2009-01-12 00:22:55 +00:00
Tim Almdal 65e28bc678 Moving slowly forward on the batch installer. It now connects to the database and checks that the supplied database is defined. 2009-01-11 23:08:23 +00:00
Bharat Mediratta 70b9608275 Fix up the colors and background images for rows in gAdminMaintenance. 2009-01-11 22:56:52 +00:00
Chad Kieffer eccf2bf83e Moved admin css that needs a home to admin theme. Removed bg texture from default theme's site menu and buttons. Leave 'em with a flat color for now. 2009-01-11 22:49:54 +00:00
Bharat Mediratta 66fe884cb5 Use the author's avatar, not the logged in user's one. 2009-01-11 22:47:54 +00:00
Bharat Mediratta 6d4cb95ae3 Disable Kohana's new column caching when we're in TEST_MODE 2009-01-11 22:33:42 +00:00
Bharat Mediratta 39835a5027 Update Kohana to r3890 2009-01-11 22:32:36 +00:00
Bharat Mediratta b98f498ed6 Change admin/graphics to avoid using radio buttons. Instead, when you
hover over a toolkit it changes color and your cursor becomes a
pointer.  Clicking changes the toolkit.
2009-01-11 22:14:44 +00:00
Bharat Mediratta 46b976819d Deleted unused MY_Form_Radio 2009-01-11 21:36:24 +00:00
Bharat Mediratta 713ef05b0f Site menu restructure:
* Add 'Scaffold' link to make it more obvious what's going on there
* 'Home' link now goes to albums/1
* 'Admin' is now pushed to the far right.
2009-01-11 21:35:17 +00:00
Bharat Mediratta d387b31d18 Merge the site admin menu in under the regular Admin menu. 2009-01-11 18:58:00 +00:00
Tim Almdal c14387011e add a -i parameter that allows the specification of the database type (defaults: mysqli) 2009-01-11 07:33:57 +00:00
Tim Almdal 8c8bdf7025 allow modules to be installed to be specified as command line option or in the response file 2009-01-11 07:30:26 +00:00
Tim Almdal 6fdca531c6 allow modules to be installed to be specified as command line option or in the response file 2009-01-11 07:14:19 +00:00
Andy Staudacher 3df7889128 Increase length for user-agent and accept fields in comments table.
And truncate strings before passing them to MySQL.
2009-01-11 05:36:31 +00:00
Andy Staudacher 6510fae661 Remove path normalization, the current normalization code didn't go far enough anyway. 2009-01-11 05:28:48 +00:00
Andy Staudacher 5e0d0f546a MySQL strict fix for Item_Model test. Set all fields that have no default value. 2009-01-11 05:19:09 +00:00
Andy Staudacher 4757126acc Fix ORM MPTT tests for MySQL strict mode (can't omit Iten type in inserts, it doesn't have a default value). 2009-01-11 05:09:06 +00:00
Andy Staudacher bdf2e9f698 Fix Aksimet tests for MySQL strict mode. Not sure how this would pass on linux, since the given value for server_remote_port is longer than 16 chars, the actual length of the DB field.
Removed the leading "server_" part of the test values to ensure that all values are small enough to be stored in the DB.
2009-01-11 04:45:11 +00:00
Andy Staudacher bf67d7cabc Fix User_Group tests for MySQL strict mode (can't omit full_name and password in inserts due to missing default values). 2009-01-11 03:53:29 +00:00
Andy Staudacher 9406e80c90 Fix Access_Helper tests for MySQL strict mode (can't omit Iten type in inserts, it doesn't have a default value). 2009-01-11 03:28:57 +00:00
Tim Almdal 2bc890a4f0 Don't use short tags in installer until we know its same to do so 2009-01-11 03:02:56 +00:00
Bharat Mediratta 431a831f48 Update tests to match the way that we store server variables in the
comment.  Get rid of comment::update tests since, comment::update is
gone.

Found a bug in comment::create() in the process.. yay unit tests!
2009-01-11 02:58:32 +00:00