Commit Graph
5668 Commits
Author SHA1 Message Date
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
Bharat Mediratta a53b2d85c7 Set all the server_xxx values to known quanities, and demonstrate that
they're actually getting sent to Akismet.  It looks like this code was
broken in the past, since it wasn't sending any of this extra info.
2009-01-11 02:40:09 +00:00
Bharat Mediratta 01666c5579 Fix all file structure issues (tabs, bad preambles, etc).
Note: installer/install.php is now on the "direct access" list.
2009-01-11 02:27:00 +00:00
Bharat Mediratta afb90768b4 Remove stray blank line, convert single to double quotes. 2009-01-11 02:06:36 +00:00
Bharat Mediratta 6c2aef1b4a Fix windows-style line endings. 2009-01-11 02:03:42 +00:00
Bharat Mediratta 7f52500cf9 Allow .txt.php views 2009-01-11 02:02:43 +00:00
Bharat Mediratta 253c56608e Update setup to match new comment::create() API 2009-01-11 01:58:46 +00:00
Bharat Mediratta 4312563e8b Reset module_names / modules early in load_modules() so that unit test framework can dump the loaded modules after switching databases even if the modules table doesn't exist yet 2009-01-11 01:57:41 +00:00
Bharat Mediratta 0033887ba8 Rework the way we do theme selection. Show the currently active theme
and then thumbnails for all the other available themes.  If you select
one of the other available themes, it gives you a preview pane where
you can look at either the main page or the site admin page with the
new theme, then choose to activate it if you like it.
2009-01-11 00:24:39 +00:00
Bharat Mediratta c35f110686 Improve name/descriptions 2009-01-11 00:19:44 +00:00
Bharat Mediratta 2f9eae867c Let admins override the theme with a query param 2009-01-11 00:19:00 +00:00
Bharat Mediratta 120ad3a2cd Pull the dialog title from the first <h1> we find, fall back to the first <fieldset> <legend> 2009-01-11 00:18:29 +00:00
Chad Kieffer 66d5db01d5 Replace default theme screenshot with the admin theme. 2009-01-10 23:18:32 +00:00
Chad Kieffer aed5a4c788 2009-01-10 22:39:24 +00:00
Felix Rabinovich 5ee03eb9c8 Save individual theme values 2009-01-10 22:36:06 +00:00