Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-01-10 | Switch the pager to use themeroller's icon sprites. I applied jquery ui css ↵ | Chad Kieffer | |
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 | Continuing baby steps to a batch installer. At this point you can run the ↵ | Tim Almdal | |
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 | Deleted icons used before jquery ui 1.6rc4 update. Renamed breadcrumb ↵ | Chad Kieffer | |
seperator to just seperator. | |||
2009-01-10 | Display theme details | Felix Rabinovich | |
2009-01-10 | Site message placement and style adjustments. | Chad Kieffer | |
2009-01-10 | Markup cleanup. It's more semantic now, but it doesn't look quite as nice ↵ | Bharat Mediratta | |
(yet). | |||
2009-01-10 | HTML format cleanup | Chad Kieffer | |
2009-01-10 | style cleanup. | Bharat Mediratta | |
2009-01-10 | Make the admin theme header fully visible at 1024px wide. Revert to larger ↵ | Chad Kieffer | |
Gallery logo. | |||
2009-01-10 | Auto-delete 7-day old spam/deleted comments. | Bharat Mediratta | |
2009-01-10 | Create a 'recently deleted' queue | Bharat Mediratta | |
2009-01-10 | Removed jquery ui localization folder. Didn't mean to check it in | Chad Kieffer | |
2009-01-10 | Split themes into two tabs for regular and admin themes | Felix Rabinovich | |
2009-01-10 | Update the queue counts in the menu list whenever we | Bharat Mediratta | |
approve/unapprove/spam a comment. | |||
2009-01-10 | Updated jquery-ui to include tabs | Felix Rabinovich | |
2009-01-10 | Add missing semicolon | Bharat Mediratta | |
2009-01-10 | Updated to jquery ui 1.6rc4. Lots of changes, improved widget theme css and ↵ | Chad Kieffer | |
icons. No need to fix position dialogs anymore. Included the following in the combined file + i18n files. Requires push back up to vendor branch. UI Core Effects Core Draggable - Req'd by Sortable Resizeable - Image/watermark/avatar scaling Sortable - Rearrange Dialog - All over :) Datepicker - Edit albums/items Progressbar Highlight - Message display, comment addition Transfer - Adding tags from available list to field Not fully integrated into the default theme yet. | |||
2009-01-10 | Use the theme's avatar as the default if Gravatar doesn't have one. | Bharat Mediratta | |
2009-01-10 | Move site status message to the very top of the page, before the header. | Chad Kieffer | |
2009-01-10 | Integrate Gravatar. Boy, that was easy. | Bharat Mediratta | |
2009-01-10 | Big set of changes to comments, with related changes to akismet and | Bharat Mediratta | |
user modules. * Don't delete vars when we delete a module. This makes reinstalling a module a lot easier. * Add user::lookup() as the preferred way to load a user, so that other modules don't delve into the user module (that'd be a problem when we swap out user modules) * Notify site admins if Akismet is not fully configured * Bundle all server variables into the comment so that if/when we re-check the comment, we are not using the server info from the site admin's request. * Update Akismet to grab request context data from the comment * Pre-seed comment fields if we have a logged in user. Update comment::create() API to clarify it for this. * Delete comment::update(), that's a controller function. * Add url to User_Model * Add author_name() author_email() and author_url() to Comment_Model. It'll return the appropriate values depending on whether the comment was left by a logged in user or a guest. * Use resetForm() instead of clearForm() when we reload the comment form after ajax submit, this way we preserve the pre-seeded values. * In the user profile page, ignore blank passwords. |