Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Fixed missing filtering | Steven Wittens | 2002-10-15 |
| | |||
* | - Fixed missing filtering | Steven Wittens | 2002-10-15 |
| | |||
* | - submit page will now use $edit[teaser/body] if available in the initial ↵ | Kjartan Mannes | 2002-10-15 |
| | | | | request. | ||
* | - Fixed bug in user_save(). | Dries Buytaert | 2002-10-13 |
| | | | | - Added "Who's new" block. I accidentically removed it. | ||
* | - Made some usability improvements. Needs more work but I had my take for | Dries Buytaert | 2002-10-13 |
| | | | | today ... | ||
* | - Committed Jeremy's incarnation of the statistics module. Last minutes | Dries Buytaert | 2002-10-13 |
| | | | | | | | | | | | | | | | changes include: * a couple of coding style changes, renamed some "stats" into "statistics", etc. * removed the "Who's online" block from the user module. * added db_affected_rows() to the resp. database abstraction layers and made the statistics module use db_affected_rows() instead. * added update logic to "update.php". | ||
* | - Applied Moshe's comment module patch to address some of the usability | Dries Buytaert | 2002-10-13 |
| | | | | issues. | ||
* | - Made sure the tracker module does not list discarded comments. Patch by | Dries Buytaert | 2002-10-09 |
| | | | | Moshe. | ||
* | - Fixed an HTML entity. Patch by Remco. | Dries Buytaert | 2002-10-09 |
| | |||
* | - Fixed a "<br />". Patch by Remco. | Dries Buytaert | 2002-10-09 |
| | | | | (Note that I still plan to include Jeremy's statistics module.) | ||
* | - Fixed warning in user module. | Dries Buytaert | 2002-10-07 |
| | |||
* | - Fixed HTML typo. Patch by Gerhard. | Dries Buytaert | 2002-10-02 |
| | |||
* | - fixing block configuration not working when user is disabling all blocks. | Kjartan Mannes | 2002-09-30 |
| | |||
* | - coding style improvements. | Kjartan Mannes | 2002-09-30 |
| | |||
* | - fixing authored dated for new posts. | Kjartan Mannes | 2002-09-27 |
| | |||
* | - Applied Marco's first regex patch. | Dries Buytaert | 2002-09-26 |
| | |||
* | - Applied Axel's patch to sort blocks by weight. | Dries Buytaert | 2002-09-26 |
| | |||
* | - fixing user registration and field validation. | Kjartan Mannes | 2002-09-25 |
| | |||
* | - Fixed bug with queue module not displaying comments. Patch by Moshe. | Dries Buytaert | 2002-09-18 |
| | |||
* | - Fixed e-mail regex to accept ".info" TLDs as well as other future TLDs, | Dries Buytaert | 2002-09-17 |
| | | | | | fixed e-mail regex to accept IP addresses (eg. 127.0.0.1), changed some HTML to XHTML, fixed some cosmetic glitches, etc. | ||
* | - Applied Moshe's forum.module patch. | Dries Buytaert | 2002-09-17 |
| | |||
* | - Applied Moshe's comment.module patch. | Dries Buytaert | 2002-09-17 |
| | |||
* | - Commited Marco's new comment module and forum module!!! | Dries Buytaert | 2002-09-15 |
| | |||
* | - removing the blot it link when the blog module is not loaded and the user | Kjartan Mannes | 2002-09-14 |
| | | | | does not have access to post content. (Patch by Pierre Gorissen) | ||
* | - fixing a typo (was missing a $). | Kjartan Mannes | 2002-09-10 |
| | |||
* | - adding "Default theme" option to user_admin_edit() | Kjartan Mannes | 2002-09-08 |
| | |||
* | - fixing creation of first user. | Kjartan Mannes | 2002-09-08 |
| | | | | | - password is now printed for uid 1. - made user_fields() always return something. | ||
* | - made default locale admin page the search page. | Kjartan Mannes | 2002-09-08 |
| | |||
* | - use <?pjp instead of <?. //TODO: check other files to make sure they are | Kjartan Mannes | 2002-09-08 |
| | | | | not using short tags. | ||
* | - Removed the bloggerapi_watchdog() function. | Dries Buytaert | 2002-09-01 |
| | |||
* | - Another "SELECT... LEFT JOIN... GROUP BY... ORDER BY" by James. | Dries Buytaert | 2002-08-26 |
| | |||
* | - Made two INSERT queries ANSI compliant. Patch by James, slightly modified | Dries Buytaert | 2002-08-26 |
| | | | | by Dries. | ||
* | - Committed (a slightly modified version of) PiAir's Blogger API documentation | Dries Buytaert | 2002-08-22 |
| | | | | patch. | ||
* | - Fixed statistics module. | Dries Buytaert | 2002-08-22 |
| | |||
* | - Integrated Moshe's documentation (http://www.drupal.org/node.php?id) in | Dries Buytaert | 2002-08-20 |
| | | | | the drupal.module. Fixed a couple of typos and small inconsistencies. | ||
* | - Applied a (modified) version of Marco's SQL sequence patch. | Dries Buytaert | 2002-08-20 |
| | |||
* | - Replaced MySQL-ism by its ANSI SQL counterpart. Patch by jaa. | Dries Buytaert | 2002-08-19 |
| | |||
* | - Removed a MySQL-ism from the user module. Patch by James. | Dries Buytaert | 2002-08-18 |
| | | | | - Fixed the "uid < 0" issue. Fix by Marco. | ||
* | - Bugfix: fixed some SQL queries and tidied up many queries. Patch by | Dries Buytaert | 2002-08-18 |
| | | | | Marco. | ||
* | - Made the rating module and its SQL table ASNI compliant. Patch by jaa. | Dries Buytaert | 2002-08-16 |
| | |||
* | - Changed a MySQL-ism to be ANSI SQL/PostgreSQL compliant. Patch by jaa. | Dries Buytaert | 2002-08-16 |
| | |||
* | - Made sure the selection boxes don't grow too long. Requisted by kika, | Dries Buytaert | 2002-08-16 |
| | | | | patch by Marco. | ||
* | - Small cosmetic change to the system module. | Dries Buytaert | 2002-08-15 |
| | |||
* | - Commited kika's usability patch for the help module. | Dries Buytaert | 2002-08-15 |
| | |||
* | - Bugfix: moved the delete query down. Patch by Marco. | Dries Buytaert | 2002-08-14 |
| | |||
* | - Applied user.module patch from Marco's sandbox. | Dries Buytaert | 2002-08-08 |
| | | | | - Added profile.module written by Marco. | ||
* | - Patch by kika: "If a module is disabled on the "site configuration | Dries Buytaert | 2002-08-08 |
| | | | | | > modules" page, its operations (view, admin) should not be clickable (they should be present though, but as static text). | ||
* | - fixing email regular expression. | Kjartan Mannes | 2002-07-31 |
| | |||
* | - preventing a segfault in PHP. Can someone verify that session writing ↵ | Kjartan Mannes | 2002-07-26 |
| | | | | still works? | ||
* | - increased the "Authored by" field to max 60 chars to fit the length of valid | Kjartan Mannes | 2002-07-21 |
| | | | | usernames. |