summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - 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
|
* - Small updates to statistics.module.Dries Buytaert2001-06-24
|
* Updated my themes: added [ and ] around node-links.Steven Wittens2001-06-24
|
* - Added simple referer module, for sake of funDries Buytaert2001-06-24
|
* - Added simple referer module, for sake of fun.Dries Buytaert2001-06-24
|
* - Made it possible to enter longer username such as 'Gerhard K*llesreit'.Dries Buytaert2001-06-23
| | | | - Updated database.mysql.
* - Removed conf.module.Dries Buytaert2001-06-23
|
* - Small but significant improvements to block and box.module whichDries Buytaert2001-06-23
| | | | | | | | | | | | 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.
* - Added locale documentation: written by Gerhard, revised by Dries.Dries Buytaert2001-06-23
| | | | | | | | | | | | - 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.
* - Made the search result sort from new to old, instead of from old to new.Dries Buytaert2001-06-22
|
* - Fixed typo in node.php (patch by Simone).Dries Buytaert2001-06-22
| | | | - Fixed type in 2.00-to-x.xx.sql (patch by Simone).
* - Fixed bug in account.module (reported by Gerhard and Kristjan).Dries Buytaert2001-06-21
| | | | - Incorporated some of the suggestions. More to come.
* - Added a brand-new access.module which allows you to manage 'roles'Dries Buytaert2001-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | (groups) and 'permissions' ... (inspired by Zope's system). + Once installed, click the help-link for more information. + See updates/2.00-to-x.xx.sql for the SQL updates. - Modified loads of code to use our new access.module. The system still has to mature though: new permissions have to be added and existing permissions need stream-lining. Awaiting suggestions. - As a direct result of the new access system, I had to rewrite the way the top-level links in admin.php are rendered and displayed, and xhtml-ified admin.php while I was at it. TODO - Home-brewed modules need updating, home-brewed themes not. (Examples: file.module, trip_link.module) - As soon we *finished* the refactoring of the user system (KJ has been working on this refactoring already) we should consider to embed this role and permission code into account.module ...
* - Added a brand-new access.module which allows you to manage 'roles'Dries Buytaert2001-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | (groups) and 'permissions' ... (inspired by Zope's system). + Once installed, click the help-link for more information. + See updates/2.00-to-x.xx.sql for the SQL updates. - Modified loads of code to use our new access.module. The system still has to mature though: new permissions have to be added and existing permissions need stream-lining. Awaiting suggestions. - As a direct result of the new access system, I had to rewrite the way the top-level links in admin.php are rendered and displayed, and xhtml-ified admin.php while I was at it. TODO - Home-brewed modules need updating, home-brewed themes not. (Examples: file.module, trip_link.module) - As soon we *finished* the refactoring of the user system (KJ has been working on this refactoring already) we should consider to embed this role and permission code into account.module ...
* - Fixed small bug in account.php with some usernames not being tolerated.Dries Buytaert2001-06-19
|
* - Changed '?meta=' to 'index.php?meta='. Patch by Simone.Dries Buytaert2001-06-19
|
* - Fixed small fix in poll.module. Patch submitted by Simone.Dries Buytaert2001-06-19
|
* - Made it so that usernames can contain spaces. Like that, people canDries Buytaert2001-06-19
| | | | use their full name as their username.