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
Felix Rabinovich
705c55fb79
Submit theme values
2009-01-10 22:04:49 +00:00
Tim Almdal
144f8c342b
Change the format of the internal error messages and pretty print the installation parameters
2009-01-10 22:00:14 +00:00
Chad Kieffer
15c25d85ec
Switch the pager to use themeroller's icon sprites. I applied jquery ui css classes to newly added span classes in the pager templates directly, will likely move these out and apply through ui.init.js later.
2009-01-10 21:50:35 +00:00
Tim Almdal
4c330e5a99
Continuing baby steps to a batch installer. At this point you can run the installer and it will parse the command line arguments.
...
currently the following arguments are accepted -h(database host) -u(database user) -p(database password) -d(database name) -t(table prefex) or -f(a response file).
The order of processing, defaults are set. if the response file is provided, the contained values are merged and finally any command line parameters are merged.
2009-01-10 20:47:38 +00:00
Chad Kieffer
e45bbf57e8
Deleted icons used before jquery ui 1.6rc4 update. Renamed breadcrumb seperator to just seperator.
2009-01-10 19:45:39 +00:00
Felix Rabinovich
72e9d20f3c
Display theme details
2009-01-10 19:41:43 +00:00
Chad Kieffer
e82afcebfa
Site message placement and style adjustments.
2009-01-10 19:33:01 +00:00
Bharat Mediratta
3385105842
Markup cleanup. It's more semantic now, but it doesn't look quite as nice (yet).
2009-01-10 19:19:36 +00:00
Chad Kieffer
82848bd3a9
HTML format cleanup
2009-01-10 19:13:00 +00:00