- Jul 03, 2001
-
-
Steven Wittens authored
-
- Jul 02, 2001
-
-
Dries Buytaert authored
- Added improvement locale.module, based on Gerhard K.'s implementation. (Thanks Gerhard!) - Various other small improvements.
-
- Jul 01, 2001
-
-
Dries Buytaert authored
- Small updates
-
- Jun 30, 2001
-
-
Dries Buytaert authored
- Updated CHANGELOG a bit.
-
Dries Buytaert authored
- Introduced caching support.
-
Dries Buytaert authored
- Added 'drupal' link to pages.
-
Dries Buytaert authored
- Rewrote box.module: the code size is twice as small, the interface looks the same though. The next step is to merge it into block.module - if we can figure out how this can be done.
-
Dries Buytaert authored
- Typo: missing quote in URL
-
Dries Buytaert authored
- statistics.module: + fixed small glitch + improved interface
-
Dries Buytaert authored
- Made search.php a module, being search.module. - Updated the permission names to be more consistent. - Small improvement to node.php.
-
Dries Buytaert authored
- Forgot to update one user permission.
-
Dries Buytaert authored
- Fixed typo.
-
Dries Buytaert authored
- Tidied up node.inc and node.php a bit. - Fixed annoyance in comment.inc.
-
- Jun 29, 2001
-
-
Dries Buytaert authored
Extremely large commit: - Fixed tiny quote problem in account.php. - Fixed tiny bug in comment.inc. - Fixed tiny bug in comment.module. - Fixed tiny bug in meta.module. - Simplified user_access() API. - Rewrote link system: still needs fine-tuning and testing so don't upgrade if you are running a production site. ;) Updated all modules and themes to reflect this change. All other themes and modules need updating too!
-
- Jun 27, 2001
-
-
Dries Buytaert authored
- Fixed bug node.module bug: + the node scheduler did not un-schedule a node! - Fixed comment bugs (as a result of the formification): + no signatures where being attached to the comments. + check_input was used where is should have been check_output, with broken filters as the immediate result.
-
- Jun 26, 2001
-
-
Steven Wittens authored
-
Steven Wittens authored
- Locale'd the day-of-the-week-letters. Don't worry, you won't find any "F" or "S" in your locale database, just "Friday" and "Sunday". - Fixed a bug with 28/20-day months. Skipping a month ahead from e.g. January 31st would have you end up on March 3rd. Same for skipping backwards. - Made the selected date always appear in bold. - Prevented all skipping into the future. This was still possible by skipping whole months.
-
natrak authored
-
Dries Buytaert authored
- Fixed typo in comment.inc as result of form-ification. Replying to a node was not possible: clicking the Preview button redirected you the main page.
-
- Jun 25, 2001
-
-
Dries Buytaert authored
- Fixed a few tiny bugs in comment.inc (introduced by the form-ification).
-
Dries Buytaert authored
- Fixed problem with book.module (reported by Jared). - Fixed problem with forum.module (reported by Jared).
-
Dries Buytaert authored
- Fixed problem with book.module (reported by Jared). - Fixed problem with forum.module (reported by Jared).
-
Dries Buytaert authored
- Fixed conf_save bug in node.module (reported by Jared).
-
- Jun 24, 2001
-
-
Dries Buytaert authored
- Fixed bug in export module when exporting books to HTML.
-
Kjartan Mannes authored
-
Dries Buytaert authored
- XHTML-ified search-related code.
-
Dries Buytaert authored
- Updated CHANGELOG
-
Dries Buytaert authored
- Small visual improvement to statistics.module.
-
Dries Buytaert authored
- Small visual improvement to statistics.module.
-
Dries Buytaert authored
- Fixed bug in SQL query in one of the sanity checks of book.module.
-
Dries Buytaert authored
- Small updates to statistics.module.
-
Steven Wittens authored
-
Dries Buytaert authored
- Added simple referer module, for sake of fun
-
Dries Buytaert authored
- Added simple referer module, for sake of fun.
-
- Jun 23, 2001
-
-
Dries Buytaert authored
- Made it possible to enter longer username such as 'Gerhard K*llesreit'. - Updated database.mysql.
-
Dries Buytaert authored
- Removed conf.module.
-
Dries Buytaert authored
- Small but significant improvements to block and box.module which makes the ever-confusing "rehash modules" (see module.module) no longer needed, hence making module.module redundant. :-) - Removed module.module. - Renamed conf.module to system.module, and added some information about the available modules to system.module. - Various small changes.
-
Dries Buytaert authored
- Added locale documentation: written by Gerhard, revised by Dries. - Added import documentation: written by Gerhard, revised by Dries. TODO: - A quick introduction on content syndication needs to be written for import.module. - If some one who is native English could go over the these text, please do.
-
- Jun 22, 2001
-
-
Dries Buytaert authored
- Made the search result sort from new to old, instead of from old to new.
-
Dries Buytaert authored
- Fixed typo in node.php (patch by Simone). - Fixed type in 2.00-to-x.xx.sql (patch by Simone).
-