Dries Buytaert
c5a349ca51
- added the "Log in" block
2001-09-16 16:05:16 +00:00
Dries Buytaert
e2f249878e
- improved the search system by making it context sensitive
2001-09-16 14:05:10 +00:00
Dries Buytaert
64a6fbc790
- added the search functionality
2001-09-16 13:53:45 +00:00
Dries Buytaert
22b8be2c9e
- fixed the access_get_role() problem reported by Remco
2001-09-16 13:15:28 +00:00
Dries Buytaert
2d1e9126cb
- Added the new user module!
2001-09-16 11:33:14 +00:00
Dries Buytaert
f358893b52
- Added the new user module!
2001-09-16 11:29:46 +00:00
Dries Buytaert
fec8d92848
- Updated the CHANGELOG
2001-09-16 11:27:52 +00:00
Dries Buytaert
3f0d37484f
- added UnConeD's drupal.png to the development branch
2001-09-16 11:25:08 +00:00
Steven Wittens
2c0d8e0190
- Updated with new logo
2001-09-15 23:54:18 +00:00
Dries Buytaert
a5816d8fb8
- removed depricated file
2001-09-13 19:23:57 +00:00
Dries Buytaert
e4b5f30abc
- added a 3.00-to-x.xx.sql file : do _NOT_ apply these yet
2001-09-13 19:22:54 +00:00
Dries Buytaert
676475d9ea
- Fixed a bug in theme UnConeD
2001-09-13 06:54:06 +00:00
Dries Buytaert
ec1fa56a22
- Added new Drupal logo made by UnConeD.
2001-09-12 20:38:10 +00:00
Dries Buytaert
1b7510eebf
- 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"));
}
2001-09-09 16:47:10 +00:00
Dries Buytaert
8df2ec0e21
- 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.
2001-09-09 16:28:16 +00:00
Dries Buytaert
7dd34c6a7f
- Fixed a HTML typo in the blocks: the <a href="">-tags where not closed.
2001-09-09 08:16:10 +00:00
Dries Buytaert
b9947121d6
- fix a _bug_ in "max threaded" mode
2001-09-07 15:56:15 +00:00
Dries Buytaert
19ff3e28fe
- fixed HTML typo in search.inc which confused Mozilla - thanks Carl and
...
Keith.
2001-09-06 07:43:48 +00:00
Kjartan Mannes
8a1b410adf
node.module
...
- fixed a listing bug.
2001-08-30 08:34:28 +00:00
Dries Buytaert
a8bfbe7608
- common.inc:
...
+ added a form_password() function
2001-08-28 20:40:35 +00:00
Dries Buytaert
4d3da2bfec
- variable_del(): small improvement/fix
2001-08-28 20:39:25 +00:00
Kjartan Mannes
70864b57eb
book.module
...
- just a minor update to sort books of the same weight by title.
2001-08-28 09:04:40 +00:00
Dries Buytaert
b0691596ba
- sort collections by name
2001-08-27 14:05:43 +00:00
Dries Buytaert
098ab8ef82
- fixed bug in node.listing as reported by Julian
2001-08-27 08:20:57 +00:00
Dries Buytaert
cb3e766c07
- fixed fonts for browser compatibility
2001-08-24 16:25:29 +00:00
Dries Buytaert
be8a911787
- 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.
2001-08-24 15:40:24 +00:00
Kjartan Mannes
769a31f239
module.inc
...
- Fixed bug reported by Remco.
2001-08-23 10:22:50 +00:00
Dries Buytaert
5ed066278b
- Added missing urlencode()'s as reported by Jared.
2001-08-23 08:22:04 +00:00
Dries Buytaert
36b199a0d0
- Fixed bug in conf_init() not returning the default 'conf' when no
...
matching configuration file is found.
2001-08-22 18:51:40 +00:00
Dries Buytaert
40467c7dd7
- removed debug statement
2001-08-22 06:59:01 +00:00
Dries Buytaert
a3ff319460
- Removed the confusing comment as suggested by Jared.
2001-08-21 20:23:24 +00:00
Jeroen Bensch
9bb0f9fa54
Hey,
...
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.
2001-08-18 16:10:47 +00:00
Dries Buytaert
90db2c6041
- fixed some bugs
2001-08-16 20:43:17 +00:00
Dries Buytaert
a7fc73ee3c
- account.php:
...
+ fixed bug with new password not being e-mailed (thanks Mike).
+ fixed bug with generating a 'not-so-rock-solid' hash upon
account registration.
2001-08-16 07:20:22 +00:00
Dries Buytaert
ae9233272a
- blog.module:
...
+ fix small glitch with blog not being displayed immediatly after
posting
2001-08-15 17:50:15 +00:00
Dries Buytaert
af1e20e429
- node.module:
...
+ fixed author names not being displayed.
+ XHTML-ified the code.
2001-08-15 14:13:14 +00:00
Dries Buytaert
649c292f2d
- import.module:
...
+ fixed a few visual glitches: '\n' won't be stripped anymore which
makes most of the new/feeds 'render' better.
2001-08-15 12:30:26 +00:00
Dries Buytaert
0d35fa4ab5
- Added some 'header("Content-Type: text/xml")' as suggested by Julian.
2001-08-14 06:52:50 +00:00
Dries Buytaert
8578d947a4
- Small visual update to user information page.
2001-08-11 15:06:21 +00:00
Dries Buytaert
808b6b6cae
- Changed the authentication and login scheme as discussed on the mailing
...
list.
- Fixed the export function in book.module (patch my Julian).
- Fixed the comment alignment (comments got truncated).
2001-08-11 14:54:39 +00:00
Kjartan Mannes
876536a955
locale.module
...
- search is now default.
- search remembers your settings.
- save will dump you back to your last search.
2001-08-08 09:22:01 +00:00
Kjartan Mannes
c45f994e14
locale.module
...
- fixed the filter/search problem.
2001-08-07 09:40:33 +00:00
Dries Buytaert
73ff627d44
- Small updates: see mailing-list for details.
2001-08-06 21:50:14 +00:00
Kjartan Mannes
896b4dc7d8
locale.module
...
- renamed locale_search() locale_filter() so it does not show up on
node searches.
2001-08-06 11:20:28 +00:00
Dries Buytaert
30ad2effd4
- various updates
2001-08-05 14:33:53 +00:00
Dries Buytaert
2d13b53000
- added fclose()
2001-08-05 10:21:32 +00:00
Dries Buytaert
aeb17a8fa4
- added "rssfeeds"-tag
2001-08-05 08:43:58 +00:00
Dries Buytaert
d159f7abc8
- cloud.module:
...
+ small bugfix
2001-08-05 08:29:27 +00:00
Dries Buytaert
c54c4f86e0
- Disabled the real name feature until a proper fix has been found.
2001-08-04 20:36:34 +00:00
Dries Buytaert
405cc92a67
- bugfix: cured a warning
2001-08-04 14:09:05 +00:00