summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - setting magic_quotes_gpc to 0 (off). IF it causes any problems please report.Kjartan Mannes2002-09-27
|
* - fixing authored dated for new posts.Kjartan Mannes2002-09-27
|
* - Applied Marco's first regex patch.Dries Buytaert2002-09-26
|
* - Applied Axel's patch to sort blocks by weight.Dries Buytaert2002-09-26
|
* - fixing user registration and field validation.Kjartan Mannes2002-09-25
|
* - serializing update_start variable.Kjartan Mannes2002-09-25
|
* - Some PostgreSQL improvements. Patch by James Arthur.Dries Buytaert2002-09-22
|
* - Fixed bug with queue module not displaying comments. Patch by Moshe.Dries Buytaert2002-09-18
|
* - Fix problem of comments not showing when viewed through node.php. PatchDries Buytaert2002-09-17
| | | | by Moshe.
* - Made sure the sequence table is properly initialized for comments.Dries Buytaert2002-09-17
|
* - Fixed e-mail regex to accept ".info" TLDs as well as other future TLDs,Dries Buytaert2002-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 Buytaert2002-09-17
|
* - Applied Moshe's comment.module patch.Dries Buytaert2002-09-17
|
* - Commited Marco's new comment module and forum module!!!Dries Buytaert2002-09-15
|
* - removing the blot it link when the blog module is not loaded and the userKjartan Mannes2002-09-14
| | | | does not have access to post content. (Patch by Pierre Gorissen)
* New "powered by" buttons.Steven Wittens2002-09-13
|
* - adding doctype to basic theme.Kjartan Mannes2002-09-11
| | | | - some minor changes to clean up var initialization.
* - fixing a typo (was missing a $).Kjartan Mannes2002-09-10
|
* - adding "Default theme" option to user_admin_edit()Kjartan Mannes2002-09-08
|
* - fixing creation of first user.Kjartan Mannes2002-09-08
| | | | | - password is now printed for uid 1. - made user_fields() always return something.
* - made default locale admin page the search page.Kjartan Mannes2002-09-08
|
* - removing the "No valid themes enabled" warning.Kjartan Mannes2002-09-08
|
* - more short tags.Kjartan Mannes2002-09-08
|
* - use <?pjp instead of <?. //TODO: check other files to make sure they areKjartan Mannes2002-09-08
| | | | not using short tags.
* - Removed the bloggerapi_watchdog() function.Dries Buytaert2002-09-01
|
* - Another "SELECT... LEFT JOIN... GROUP BY... ORDER BY" by James.Dries Buytaert2002-08-26
|
* - Fixed function prototype of db_error(). Patch by James.Dries Buytaert2002-08-26
| | | | One-liners are great! :)
* - Fixed typo in CSS. Patch by James.Dries Buytaert2002-08-26
|
* - Changed "$watchdog->message" from type "varchar(255)" to type "text".Dries Buytaert2002-08-26
| | | | | Patch by James. For sake of consistency, I updated the MySQL scheme and added a new update entry to "update.php".
* - Made two INSERT queries ANSI compliant. Patch by James, slightly modifiedDries Buytaert2002-08-26
| | | | by Dries.
* - Committed (a slightly modified version of) PiAir's Blogger API documentationDries Buytaert2002-08-22
| | | | patch.
* - Fixed statistics module.Dries Buytaert2002-08-22
|
* - Removed the unused table and included the sequences table. Patch byDries Buytaert2002-08-22
| | | | jaa.
* - Fixed typo. Patch by Marco.Dries Buytaert2002-08-21
|
* - Integrated Moshe's documentation (http://www.drupal.org/node.php?id) inDries Buytaert2002-08-20
| | | | the drupal.module. Fixed a couple of typos and small inconsistencies.
* - Applied a (modified) version of Marco's SQL sequence patch.Dries Buytaert2002-08-20
|
* - Replaced MySQL-ism by its ANSI SQL counterpart. Patch by jaa.Dries Buytaert2002-08-19
|
* - Bugfix: changed the PostgreSQL database scheme of the session field inDries Buytaert2002-08-18
| | | | the user table. Patch by jaa.
* - Removed a MySQL-ism from the user module. Patch by James.Dries Buytaert2002-08-18
| | | | - Fixed the "uid < 0" issue. Fix by Marco.
* - Made James the new PostgreSQL maintainer and marked the PostgreSQLDries Buytaert2002-08-18
| | | | port as being maintained.
* - Bugfix: fixed some SQL queries and tidied up many queries. Patch byDries Buytaert2002-08-18
| | | | Marco.
* - Renewed the PostgreSQL database scheme! Patch by jaa.Dries Buytaert2002-08-16
|
* - Made the rating module and its SQL table ASNI compliant. Patch by jaa.Dries Buytaert2002-08-16
|
* - Changed a MySQL-ism to be ANSI SQL/PostgreSQL compliant. Patch by jaa.Dries Buytaert2002-08-16
|
* - Made sure the selection boxes don't grow too long. Requisted by kika,Dries Buytaert2002-08-16
| | | | patch by Marco.
* - Small cosmetic change to the system module.Dries Buytaert2002-08-15
|
* - Commited kika's usability patch for the help module.Dries Buytaert2002-08-15
|
* - Updated the URL with installation instructions.Dries Buytaert2002-08-15
|
* - Reverted module.inc to the old module_invoke() function.Dries Buytaert2002-08-15
|
* - "module_invoke()" and "module_invoke_all()" can now be called with anyDries Buytaert2002-08-14
| | | | number of arguments. Patch by Gerhard.