- 14 Aug, 2001 1 commit
-
-
Dries authored
- Added some 'header("Content-Type: text/xml")' as suggested by Julian.
-
- 11 Aug, 2001 2 commits
- 08 Aug, 2001 1 commit
-
-
Kjartan authored
- search is now default. - search remembers your settings. - save will dump you back to your last search.
-
- 07 Aug, 2001 1 commit
-
-
Kjartan authored
- fixed the filter/search problem.
-
- 06 Aug, 2001 2 commits
- 05 Aug, 2001 4 commits
- 04 Aug, 2001 3 commits
- 03 Aug, 2001 2 commits
- 02 Aug, 2001 1 commit
-
-
Kjartan authored
- some minor modifications to node_link()
-
- 31 Jul, 2001 2 commits
- 30 Jul, 2001 4 commits
- 27 Jul, 2001 3 commits
- 25 Jul, 2001 6 commits
-
-
Kjartan authored
- format_username() now takes a second optional parameter which gives the real name of the user. Rest - updated the calls to format_username() where appropriate to show the name of the user instead of the account id. Clicking on a name will still give you the account info etc. If you find a place where the real name is not shown let me know.
-
natrak authored
- format_username() now takes a second optional parameter which gives the real name of the user. Rest - updated the calls to format_username() where appropriate to show the name of the user instead of the account id. Clicking on a name will still give you the account info etc. If you find a place where the real name is not shown let me know.
-
Kjartan authored
system.module - made the words used in passwords configurable thru the admin interface.
-
natrak authored
system.module - made the words used in passwords configurable thru the admin interface.
-
Kjartan authored
- removed comment_controls(). - modified comment_render() to use $theme->comment_controls(). theme.inc - added BaseTheme->comment_controls(). locale.module - can now search for status independant of language. - string is now a regular expression. For wildcard searches do .*text.*. - can search in modules + pages, all modules or a specific module. account.php - fixed viewing other accounts info would show the active users name in the real name field. - now shows users recent contributions and comments (if the user has access to them).
-
natrak authored
- removed comment_controls(). - modified comment_render() to use $theme->comment_controls(). theme.inc - added BaseTheme->comment_controls(). locale.module - can now search for status independant of language. - string is now a regular expression. For wildcard searches do .*text.*. - can search in modules + pages, all modules or a specific module. account.php - fixed viewing other accounts info would show the active users name in the real name field. - now shows users recent contributions and comments (if the user has access to them).
-
- 24 Jul, 2001 5 commits
-
-
Kjartan authored
- Made the module search a little less picky so it also shows admin strings.
-
Kjartan authored
- fixed some minor HTML issues. - added some search/filter capabilities.
-
Kjartan authored
- real name is now shown to all users. page.module - improved the locale support. comment.inc - added a wrapper table for comment_thread_max() as suggested by nick.
-
natrak authored
- real name is now shown to all users. page.module - improved the locale support. comment.inc - added a wrapper table for comment_thread_max() as suggested by nick.
-
Kjartan authored
- Added link to the SQL definition.
-
- 20 Jul, 2001 3 commits