Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-12 | Add a check to (e|i)nsure that the database provided is empty | Tim Almdal | |
2009-01-12 | If there's sidebar content, use yui-t5. If none, yui-t7. | Chad Kieffer | |
2009-01-12 | Only the admin dashboard has a sidebar now. | Bharat Mediratta | |
admin.html.php looks for $sidebar and renders the page appropriately if one exists. But only admin_dashboard has one currently. | |||
2009-01-12 | Applied jquery ui dialog titlebar to dashboard blocks to add a close button. ↵ | Chad Kieffer | |
It's not semantically "nice" but it works for now. | |||
2009-01-12 | Removed tabs. We're not using it now. | Chad Kieffer | |
2009-01-12 | Add a check that the installation directory is writable | Tim Almdal | |
2009-01-12 | Check to insure that the supplied user had the required permissions | Tim Almdal | |
2009-01-12 | Make the logos link back to the main album page for easy navigation. | Bharat Mediratta | |
2009-01-12 | Fix spelling of 'separator', which incidentally matches what's in the CSS | Bharat Mediratta | |
2009-01-12 | Fix spelling of 'resizable' and remove a duplicate. | Bharat Mediratta | |
2009-01-12 | Missed an image. | Chad Kieffer | |
2009-01-12 | Add all the files jquery ui needs, including css for each widget. ui.all.css ↵ | Chad Kieffer | |
includes calls to the widget css we're currently using. Add new widget css here. | |||
2009-01-11 | Moving slowly forward on the batch installer. It now connects to the ↵ | Tim Almdal | |
database and checks that the supplied database is defined. | |||
2009-01-11 | Fix up the colors and background images for rows in gAdminMaintenance. | Bharat Mediratta | |
2009-01-11 | Moved admin css that needs a home to admin theme. Removed bg texture from ↵ | Chad Kieffer | |
default theme's site menu and buttons. Leave 'em with a flat color for now. | |||
2009-01-11 | Use the author's avatar, not the logged in user's one. | Bharat Mediratta | |
2009-01-11 | Disable Kohana's new column caching when we're in TEST_MODE | Bharat Mediratta | |
2009-01-11 | Update Kohana to r3890 | Bharat Mediratta | |
2009-01-11 | Change admin/graphics to avoid using radio buttons. Instead, when you | Bharat Mediratta | |
hover over a toolkit it changes color and your cursor becomes a pointer. Clicking changes the toolkit. | |||
2009-01-11 | Deleted unused MY_Form_Radio | Bharat Mediratta | |
2009-01-11 | Site menu restructure: | Bharat Mediratta | |
* 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 | Merge the site admin menu in under the regular Admin menu. | Bharat Mediratta | |
2009-01-11 | add a -i parameter that allows the specification of the database type ↵ | Tim Almdal | |
(defaults: mysqli) | |||
2009-01-11 | allow modules to be installed to be specified as command line option or in ↵ | Tim Almdal | |
the response file | |||
2009-01-11 | allow modules to be installed to be specified as command line option or in ↵ | Tim Almdal | |
the response file | |||
2009-01-11 | Increase length for user-agent and accept fields in comments table. | Andy Staudacher | |
And truncate strings before passing them to MySQL. | |||
2009-01-11 | Remove path normalization, the current normalization code didn't go far ↵ | Andy Staudacher | |
enough anyway. | |||
2009-01-11 | MySQL strict fix for Item_Model test. Set all fields that have no default value. | Andy Staudacher | |
2009-01-11 | Fix ORM MPTT tests for MySQL strict mode (can't omit Iten type in inserts, ↵ | Andy Staudacher | |
it doesn't have a default value). | |||
2009-01-11 | Fix Aksimet tests for MySQL strict mode. Not sure how this would pass on ↵ | Andy Staudacher | |
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 | Fix User_Group tests for MySQL strict mode (can't omit full_name and ↵ | Andy Staudacher | |
password in inserts due to missing default values). | |||
2009-01-11 | Fix Access_Helper tests for MySQL strict mode (can't omit Iten type in ↵ | Andy Staudacher | |
inserts, it doesn't have a default value). | |||
2009-01-11 | Don't use short tags in installer until we know its same to do so | Tim Almdal | |
2009-01-11 | Update tests to match the way that we store server variables in the | Bharat Mediratta | |
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 | Set all the server_xxx values to known quanities, and demonstrate that | Bharat Mediratta | |
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 | Fix all file structure issues (tabs, bad preambles, etc). | Bharat Mediratta | |
Note: installer/install.php is now on the "direct access" list. | |||
2009-01-11 | Remove stray blank line, convert single to double quotes. | Bharat Mediratta | |
2009-01-11 | Fix windows-style line endings. | Bharat Mediratta | |
2009-01-11 | Allow .txt.php views | Bharat Mediratta | |
2009-01-11 | Update setup to match new comment::create() API | Bharat Mediratta | |
2009-01-11 | Reset module_names / modules early in load_modules() so that unit test ↵ | Bharat Mediratta | |
framework can dump the loaded modules after switching databases even if the modules table doesn't exist yet | |||
2009-01-11 | Rework the way we do theme selection. Show the currently active theme | Bharat Mediratta | |
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 | Improve name/descriptions | Bharat Mediratta | |
2009-01-11 | Let admins override the theme with a query param | Bharat Mediratta | |
2009-01-11 | Pull the dialog title from the first <h1> we find, fall back to the first ↵ | Bharat Mediratta | |
<fieldset> <legend> | |||
2009-01-10 | Replace default theme screenshot with the admin theme. | Chad Kieffer | |
2009-01-10 | (no commit message) | Chad Kieffer | |
2009-01-10 | Save individual theme values | Felix Rabinovich | |
2009-01-10 | Submit theme values | Felix Rabinovich | |
2009-01-10 | Change the format of the internal error messages and pretty print the ↵ | Tim Almdal | |
installation parameters |