- 20 Sep, 2001 1 commit
-
-
Dries Buytaert authored
-
- 19 Sep, 2001 2 commits
-
-
Dries Buytaert authored
- fixed language bug in user.module
-
natrak authored
of the user. (Should stop using * in SQL queries :-)
-
- 18 Sep, 2001 7 commits
-
-
Kjartan Mannes authored
less reliant on php config.
-
Dries Buytaert authored
- fixed another bug in the new user.module (reported by Remco).
-
Dries Buytaert authored
- an attempt to work around a getenv() problem
-
Dries Buytaert authored
-
natrak authored
session_set_save_handler() in user.module.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Fixed 2 typos in the user module. Thanks Axel and Remco. - Applied (modified versions of) Alexander's patches on the development branch.
-
- 16 Sep, 2001 8 commits
-
-
Dries Buytaert authored
- added the "Log in" block
-
Dries Buytaert authored
- improved the search system by making it context sensitive
-
Dries Buytaert authored
- added the search functionality
-
Dries Buytaert authored
- fixed the access_get_role() problem reported by Remco
-
Dries Buytaert authored
- Added the new user module!
-
Dries Buytaert authored
- Added the new user module!
-
Dries Buytaert authored
- Updated the CHANGELOG
-
Dries Buytaert authored
- added UnConeD's drupal.png to the development branch
-
- 15 Sep, 2001 1 commit
-
-
Steven Wittens authored
-
- 13 Sep, 2001 3 commits
-
-
Dries Buytaert authored
- removed depricated file
-
Dries Buytaert authored
- added a 3.00-to-x.xx.sql file : do _NOT_ apply these yet
-
Dries Buytaert authored
- Fixed a bug in theme UnConeD
-
- 12 Sep, 2001 1 commit
-
-
Dries Buytaert authored
- Added new Drupal logo made by UnConeD.
-
- 09 Sep, 2001 3 commits
-
-
Dries Buytaert authored
- Added an XML-RPC server. Modules that want to export remote procedure calls can implement the new 'xmlrpc' hook. Example: function mymodule_xmlrpc() { return array("drupal.myfunction" => array("function" => "mymodule_myfunction")); }
-
Dries Buytaert authored
- Updated CHANGELOG at a best effort basis. If someone would like to go over it to check for typos, missing information or confusing entries - don't hesitate to do so.
-
Dries Buytaert authored
- Fixed a HTML typo in the blocks: the <a href="">-tags where not closed.
-
- 07 Sep, 2001 1 commit
-
-
Dries Buytaert authored
- fix a _bug_ in "max threaded" mode
-
- 06 Sep, 2001 1 commit
-
-
Dries Buytaert authored
- fixed HTML typo in search.inc which confused Mozilla - thanks Carl and Keith.
-
- 30 Aug, 2001 1 commit
-
-
Kjartan Mannes authored
- fixed a listing bug.
-
- 28 Aug, 2001 3 commits
-
-
Dries Buytaert authored
- common.inc: + added a form_password() function
-
Dries Buytaert authored
- variable_del(): small improvement/fix
-
Kjartan Mannes authored
- just a minor update to sort books of the same weight by title.
-
- 27 Aug, 2001 2 commits
-
-
Dries Buytaert authored
- sort collections by name
-
Dries Buytaert authored
- fixed bug in node.listing as reported by Julian
-
- 24 Aug, 2001 2 commits
-
-
Dries Buytaert authored
- fixed fonts for browser compatibility
-
Dries Buytaert authored
- small collection of visual improvements I added the past days to make theme marvin display on Mozilla and Opera: hopefully it looks nice on IE as well.
-
- 23 Aug, 2001 2 commits
-
-
Kjartan Mannes authored
- Fixed bug reported by Remco.
-
Dries Buytaert authored
- Added missing urlencode()'s as reported by Jared.
-
- 22 Aug, 2001 2 commits
-
-
Dries Buytaert authored
- Fixed bug in conf_init() not returning the default 'conf' when no matching configuration file is found.
-
Dries Buytaert authored
- removed debug statement
-