summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - locale.module:Dries Buytaert2001-07-08
| | | | + fixed typo: 'return' -> 'print'
* - Updated database.mysqlDries Buytaert2001-07-08
|
* - cloud.module:Dries Buytaert2001-07-08
| | | | + more small visual updates (last time today)
* - cloud.module:Dries Buytaert2001-07-08
| | | | + made 1 few visual change.
* - A small addition.Dries Buytaert2001-07-08
|
* - Added a simple site cloud module.Dries Buytaert2001-07-08
|
* - Fixed bug in page.module:Dries Buytaert2001-07-07
| | | | | | | | + PHP-pages were rendered invalid under certain criteria. - Fixed bug in meta.module: + When editing an existing node, the meta-field was not properly set in the forms.
* - account.php:Dries Buytaert2001-07-07
| | | | | | | | | | | + tidied up the texts - common.inc: + undid bad coding style + fixed typo in permissions - poll.module: + (automatically) removed tabs and trailing whitespaces
* - fixed permission bug in rating.moduleDries Buytaert2001-07-07
|
* - Fixed naughty $op behaviour, causing block.module to go fubar.Steven Wittens2001-07-07
|
* - various small updates:Dries Buytaert2001-07-07
| | | | | | + fixed 2 small HTML typos in meta.module + better watchdog messages in comment.module + fixed typo in block.module
* Fixed "array" being displayed at top of form.Steven Wittens2001-07-07
| | | | Dries: what was that 'bad markup' bug you mentioned?
* - import.module:Dries Buytaert2001-07-07
| | | | | | | | + added internal improvements suggested by Julian. + XHTML-ified - admin.php: + XHTML-ified
* - Tidied up some stuff in account.php and theme.inc.Dries Buytaert2001-07-07
| | | | - Tidied up the box() API.
* - Tidied up submit.php (submission page) a bit.Dries Buytaert2001-07-07
|
* - Updated CHANGELOGDries Buytaert2001-07-07
|
* - Fixed bug in error.phpDries Buytaert2001-07-06
|
* - Fixed tiny typo which broke the download linkDries Buytaert2001-07-04
|
* - common.inc:Dries Buytaert2001-07-03
| | | | | | | | | | | | | | + Made '$na' translatable on popular demand. - node.module: + replaced a confusing configuration description, as suggested by Remco. - statistics.module: + Added a 'most recent referers'-table sorted by timestamp. - drupal.module: + Small update of the links.
* - common.inc:Dries Buytaert2001-07-03
| | | | | | | | | | | | | | + Made '$na' translatable on popular demand. - node.module: + replaced a confusing configuration description, as suggested by Remco. - statistics.module: + Added a 'most recent referers'-table sorted by timestamp. - drupal.module: + Small update of the links.
* Made the links bar at the top and bottom smaller, to accomodate for the ↵Steven Wittens2001-07-03
| | | | longer link texts.
* - Added improvement locale.module, based on Gerhard K.'s implementation.Dries Buytaert2001-07-02
| | | | | | (Thanks Gerhard!) - Various other small improvements.
* - Small updatesDries Buytaert2001-07-01
|
* - Updated CHANGELOG a bit.Dries Buytaert2001-06-30
|
* - Introduced caching support.Dries Buytaert2001-06-30
|
* - Added 'drupal' link to pages.Dries Buytaert2001-06-30
|
* - Rewrote box.module: the code size is twice as small, the interface looksDries Buytaert2001-06-30
| | | | | the same though. The next step is to merge it into block.module - if we can figure out how this can be done.
* - Typo: missing quote in URLDries Buytaert2001-06-30
|
* - statistics.module:Dries Buytaert2001-06-30
| | | | | + fixed small glitch + improved interface
* - Made search.php a module, being search.module.Dries Buytaert2001-06-30
| | | | | | - Updated the permission names to be more consistent. - Small improvement to node.php.
* - Forgot to update one user permission.Dries Buytaert2001-06-30
|
* - Fixed typo.Dries Buytaert2001-06-30
|
* - Tidied up node.inc and node.php a bit.Dries Buytaert2001-06-30
| | | | - Fixed annoyance in comment.inc.
* Extremely large commit:Dries Buytaert2001-06-29
| | | | | | | | | | | | | | | | | | - 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!
* - Fixed bug node.module bug:Dries Buytaert2001-06-27
| | | | | | | | | | | + 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.
* The ever persistant typo.....Steven Wittens2001-06-26
|
* Updated calendar.module:Steven Wittens2001-06-26
| | | | | | | | | | - 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.
* - Fixed some HTML errors in the help.natrak2001-06-26
|
* - Fixed typo in comment.inc as result of form-ification. Replying toDries Buytaert2001-06-26
| | | | | a node was not possible: clicking the Preview button redirected you the main page.
* - Fixed a few tiny bugs in comment.inc (introduced by the form-ification).Dries Buytaert2001-06-25
|
* - Fixed problem with book.module (reported by Jared).Dries Buytaert2001-06-25
| | | | - Fixed problem with forum.module (reported by Jared).
* - Fixed problem with book.module (reported by Jared).Dries Buytaert2001-06-25
| | | | - Fixed problem with forum.module (reported by Jared).
* - Fixed conf_save bug in node.module (reported by Jared).Dries Buytaert2001-06-25
|
* - Fixed bug in export module when exporting books to HTML.Dries Buytaert2001-06-24
|
* - Changed field_get/set() to be more efficent.Kjartan Mannes2001-06-24
|
* - XHTML-ified search-related code.Dries Buytaert2001-06-24
|
* - Updated CHANGELOGDries Buytaert2001-06-24
|
* - Small visual improvement to statistics.module.Dries Buytaert2001-06-24
|
* - Small visual improvement to statistics.module.Dries Buytaert2001-06-24
|
* - Fixed bug in SQL query in one of the sanity checks of book.module.Dries Buytaert2001-06-24
|