summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
* ChangesKjartan Mannes2001-06-18
| | | | | | | | - Modifed form_select() to accept an optional 6th parameter which is appeneded to the select tag. $value can now also be an array. This allows for multiple selects: form_select($header, $name, $values, $options, $help, "multiple=\"true\" size=\"10\""); - Updated account.module to use the extended form_select() functionality.
* Changesnatrak2001-06-18
| | | | | | | | - Modifed form_select() to accept an optional 6th parameter which is appeneded to the select tag. $value can now also be an array. This allows for multiple selects: form_select($header, $name, $values, $options, $help, "multiple=\"true\" size=\"10\""); - Updated account.module to use the extended form_select() functionality.
* Changesnatrak2001-06-18
| | | | | | | | | | - Moved account_password() and account_validate() to user.inc. - Greatly reduced the number of SQL calls in account_save() when editing an account. Now uses one db_query() call instead of 1 + (2 * # of access granted). - Fixed access not being saved when account was added. - Should now be possible to edit and add accounts. There were certain bugs before that would cause odd errors.
* - Removed the default "Your search yielded no results." message asDries Buytaert2001-06-18
| | | | suggested by Kristjan.
* - block.module:Dries Buytaert2001-06-18
| | | | | | | | | | | | + renamed 'overview' to 'preview' as suggested by Kristjan. - meta.module: + renamed 'verify' to 'preview' to make it consistent with block.module. + fixed comma-bug with attribute list reported by Kristjan. - node.module: + fixed typo: "id$nid" should have been "id=$nid"
* - Removed index.module.Dries Buytaert2001-06-18
|
* - Merged "system settings" and "module settings" into one page. IMHODries Buytaert2001-06-17
| | | | | | | | | | it wasn't a good idea to split them up in first place, and it turned out to be quite hard to decide where to put some variables. Also moved some variables around and even renamed a few variables while doing so. - Added a page_header() and page_footer() to all top-level .php pages.
* Oops, a rather large commit:Dries Buytaert2001-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Changed meta.module, node.module and index.php to use comma-seperated lists of attributes rather then "foo=a,bar=b" lists. This makes it a a lot easier to use both modules. In addition, error handling can be discarded as it can't be made any simpler, really ... It fits rather nicely in Drupal's design so I'm getting more and more happy with this meta.module (but we are not 100% there yet). - node.module, node.inc: + Improved the node-related admin interface so that navigating back and forth the administrative menus is made both easier and faster. + Removed some redundant database fields from the node table. See 2.00-to-x.xx.sql! + Added 2 news hooks called "node_insert" and "node_update". Just like this is the case with the existing hook "node_delete" these new hooks will automatically get called when a node has been inserted or udpated. Note that this is an optional call-back that only needs to be implemented when required. With the addition of these two hooks, the node mechanism (version 1) is pretty well completed. - watchdog.module: + Fixed bug whit the 'regular messages' query in the watchdog.module. - book.module: + Fixed bug in book.module: the 'parent' was not set properly when updating a book page. + Made it so that older versions of a book page are automatically reactived upon deletion of the most recent version, i.e. when doing a version roll-back. - comment.inc: + Undid Remco's patch to comment.inc; it does not work in some cases. - conf.module: + Fine-tuned some of the options in conf.module a bit. - marvin.theme: + Visual changes to make it look better on Windows browsers. Mind to give some feedback on this? + Fixed 3 HTML typos/bugs. + XHTML-ified the theme at a best effort basis; I didn't carry the XHTML specification with me. + Made use of the theme_slogan variable to display the site's slogan. + As soon we have at least one valid XHTML theme we can wonder on how to integrate other XML namespaces (cfr. MathML story at drop.org). - database.mysql: + Updated database.mysql so that it contains all the latest "database patches".
* - Minor bug fix in node_links().natrak2001-06-17
|
* - Fixed a bug while editing an account it would loose the account info alongnatrak2001-06-16
| | | | the way.
* - Fixed the help text for attributes (Reported by Kristjan).natrak2001-06-15
|
* Changesnatrak2001-06-15
| | | | | - Modified comment.inc to use form_*() functions. Might have some side-effects I haven't found yet. Report any problems.
* Changesnatrak2001-06-15
| | | | | | | | | - Added a conf option to disable/enable user registrations. - Added a add account feature to account.module. - Moved some functions from account.php to account.module. Todo - Move most (all?) of account.php to account.module.
* ChangesKjartan Mannes2001-06-15
| | | | | | | | | - Added a conf option to disable/enable user registrations. - Added a add account feature to account.module. - Moved some functions from account.php to account.module. Todo - Move most (all?) of account.php to account.module.
* - Changed 'drop' to 'drupal'; a left-over from the old days, I guess.Dries Buytaert2001-06-15
|
* - Small visual update to watchdog.module.Dries Buytaert2001-06-15
| | | | - Updated CHANGELOG
* - Added very basic 'filters' to the watchdog.module which should make itDries Buytaert2001-06-15
| | | | | | | easier to sort through all the watchdog "noise". I'm sure the current filters will do for 99% of all the Drupal sites though. (Sorry for the awful color scheme, Coney but I can't do any better.)
* - Fixed an error in variable_get(). If a variable was set to 0 it would ↵natrak2001-06-15
| | | | | | return the default value instead.
* - Fixed a syntax error.natrak2001-06-15
|