Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Added the new user module! | Dries Buytaert | 2001-09-16 |
| | |||
* | - Added the new user module! | Dries Buytaert | 2001-09-16 |
| | |||
* | - Updated the CHANGELOG | Dries Buytaert | 2001-09-16 |
| | |||
* | - added UnConeD's drupal.png to the development branch | Dries Buytaert | 2001-09-16 |
| | |||
* | - Updated with new logo | Steven Wittens | 2001-09-15 |
| | |||
* | - removed depricated file | Dries Buytaert | 2001-09-13 |
| | |||
* | - added a 3.00-to-x.xx.sql file : do _NOT_ apply these yet | Dries Buytaert | 2001-09-13 |
| | |||
* | - Fixed a bug in theme UnConeD | Dries Buytaert | 2001-09-13 |
| | |||
* | - Added new Drupal logo made by UnConeD. | Dries Buytaert | 2001-09-12 |
| | |||
* | - Added an XML-RPC server. Modules that want to export remote procedure | Dries Buytaert | 2001-09-09 |
| | | | | | | | | | | calls can implement the new 'xmlrpc' hook. Example: function mymodule_xmlrpc() { return array("drupal.myfunction" => array("function" => "mymodule_myfunction")); } | ||
* | - Updated CHANGELOG at a best effort basis. If someone would like to go | Dries Buytaert | 2001-09-09 |
| | | | | | over it to check for typos, missing information or confusing entries - don't hesitate to do so. | ||
* | - Fixed a HTML typo in the blocks: the <a href="">-tags where not closed. | Dries Buytaert | 2001-09-09 |
| | |||
* | - fix a _bug_ in "max threaded" mode | Dries Buytaert | 2001-09-07 |
| | |||
* | - fixed HTML typo in search.inc which confused Mozilla - thanks Carl and | Dries Buytaert | 2001-09-06 |
| | | | | Keith. | ||
* | node.module | Kjartan Mannes | 2001-08-30 |
| | | | | - fixed a listing bug. | ||
* | - common.inc: | Dries Buytaert | 2001-08-28 |
| | | | | + added a form_password() function | ||
* | - variable_del(): small improvement/fix | Dries Buytaert | 2001-08-28 |
| | |||
* | book.module | Kjartan Mannes | 2001-08-28 |
| | | | | - just a minor update to sort books of the same weight by title. | ||
* | - sort collections by name | Dries Buytaert | 2001-08-27 |
| | |||
* | - fixed bug in node.listing as reported by Julian | Dries Buytaert | 2001-08-27 |
| | |||
* | - fixed fonts for browser compatibility | Dries Buytaert | 2001-08-24 |
| | |||
* | - small collection of visual improvements I added the past days to make | Dries Buytaert | 2001-08-24 |
| | | | | | theme marvin display on Mozilla and Opera: hopefully it looks nice on IE as well. | ||
* | module.inc | Kjartan Mannes | 2001-08-23 |
| | | | | - Fixed bug reported by Remco. | ||
* | - Added missing urlencode()'s as reported by Jared. | Dries Buytaert | 2001-08-23 |
| | |||
* | - Fixed bug in conf_init() not returning the default 'conf' when no | Dries Buytaert | 2001-08-22 |
| | | | | matching configuration file is found. | ||
* | - removed debug statement | Dries Buytaert | 2001-08-22 |
| | |||
* | - Removed the confusing comment as suggested by Jared. | Dries Buytaert | 2001-08-21 |
| | |||
* | Hey, | Jeroen Bensch | 2001-08-18 |
| | | | | | | | | This is a more up-to-date version of "Yaroon". Glad some people are actually using it. If you encounter any bugs just drop them in my personal mailbox or fase them through to the mailinglist and let everyone know that I can't commit anything that, more or less,... works. Greets, Jeroen. | ||
* | - fixed some bugs | Dries Buytaert | 2001-08-16 |
| | |||
* | - account.php: | Dries Buytaert | 2001-08-16 |
| | | | | | | + fixed bug with new password not being e-mailed (thanks Mike). + fixed bug with generating a 'not-so-rock-solid' hash upon account registration. | ||
* | - blog.module: | Dries Buytaert | 2001-08-15 |
| | | | | | + fix small glitch with blog not being displayed immediatly after posting | ||
* | - node.module: | Dries Buytaert | 2001-08-15 |
| | | | | | + fixed author names not being displayed. + XHTML-ified the code. | ||
* | - import.module: | Dries Buytaert | 2001-08-15 |
| | | | | | + fixed a few visual glitches: '\n' won't be stripped anymore which makes most of the new/feeds 'render' better. | ||
* | - Added some 'header("Content-Type: text/xml")' as suggested by Julian. | Dries Buytaert | 2001-08-14 |
| | |||
* | - Small visual update to user information page. | Dries Buytaert | 2001-08-11 |
| | |||
* | - Changed the authentication and login scheme as discussed on the mailing | Dries Buytaert | 2001-08-11 |
| | | | | | | list. - Fixed the export function in book.module (patch my Julian). - Fixed the comment alignment (comments got truncated). | ||
* | locale.module | Kjartan Mannes | 2001-08-08 |
| | | | | | | - search is now default. - search remembers your settings. - save will dump you back to your last search. | ||
* | locale.module | Kjartan Mannes | 2001-08-07 |
| | | | | - fixed the filter/search problem. | ||
* | - Small updates: see mailing-list for details. | Dries Buytaert | 2001-08-06 |
| | |||
* | locale.module | Kjartan Mannes | 2001-08-06 |
| | | | | | - renamed locale_search() locale_filter() so it does not show up on node searches. | ||
* | - various updates | Dries Buytaert | 2001-08-05 |
| | |||
* | - added fclose() | Dries Buytaert | 2001-08-05 |
| | |||
* | - added "rssfeeds"-tag | Dries Buytaert | 2001-08-05 |
| | |||
* | - cloud.module: | Dries Buytaert | 2001-08-05 |
| | | | | + small bugfix | ||
* | - Disabled the real name feature until a proper fix has been found. | Dries Buytaert | 2001-08-04 |
| | |||
* | - bugfix: cured a warning | Dries Buytaert | 2001-08-04 |
| | |||
* | - various improvements and small additions | Dries Buytaert | 2001-08-04 |
| | |||
* | - common.inc: | Dries Buytaert | 2001-08-03 |
| | | | | + applied Julian's conf_init() patch | ||
* | - import.module: | Dries Buytaert | 2001-08-03 |
| | | | | | | | | | | | + applied Julian's fputs() patch + fixed typo - cloud.module: + applied Julian's fputs() patch - comment.module: + applied Julian's "delete" patch | ||
* | node.module | Kjartan Mannes | 2001-08-02 |
| | | | | - some minor modifications to node_link() |