summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Fixed 2 typos in the user module. Thanks Axel and Remco.Dries Buytaert2001-09-18
| | | | | - Applied (modified versions of) Alexander's patches on the development branch.
* - added the "Log in" blockDries Buytaert2001-09-16
|
* - improved the search system by making it context sensitiveDries Buytaert2001-09-16
|
* - added the search functionalityDries Buytaert2001-09-16
|
* - fixed the access_get_role() problem reported by RemcoDries Buytaert2001-09-16
|
* - Added the new user module!Dries Buytaert2001-09-16
|
* - Added the new user module!Dries Buytaert2001-09-16
|
* - Fixed a HTML typo in the blocks: the <a href="">-tags where not closed.Dries Buytaert2001-09-09
|
* node.moduleKjartan Mannes2001-08-30
| | | | - fixed a listing bug.
* book.moduleKjartan Mannes2001-08-28
| | | | - just a minor update to sort books of the same weight by title.
* - sort collections by nameDries Buytaert2001-08-27
|
* - fixed bug in node.listing as reported by JulianDries Buytaert2001-08-27
|
* - Added missing urlencode()'s as reported by Jared.Dries Buytaert2001-08-23
|
* - removed debug statementDries Buytaert2001-08-22
|
* - fixed some bugsDries Buytaert2001-08-16
|
* - blog.module:Dries Buytaert2001-08-15
| | | | | + fix small glitch with blog not being displayed immediatly after posting
* - node.module:Dries Buytaert2001-08-15
| | | | | + fixed author names not being displayed. + XHTML-ified the code.
* - import.module:Dries Buytaert2001-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 Buytaert2001-08-14
|
* - Changed the authentication and login scheme as discussed on the mailingDries Buytaert2001-08-11
| | | | | | list. - Fixed the export function in book.module (patch my Julian). - Fixed the comment alignment (comments got truncated).
* locale.moduleKjartan Mannes2001-08-08
| | | | | | - search is now default. - search remembers your settings. - save will dump you back to your last search.
* locale.moduleKjartan Mannes2001-08-07
| | | | - fixed the filter/search problem.
* - Small updates: see mailing-list for details.Dries Buytaert2001-08-06
|
* locale.moduleKjartan Mannes2001-08-06
| | | | | - renamed locale_search() locale_filter() so it does not show up on node searches.
* - various updatesDries Buytaert2001-08-05
|
* - added fclose()Dries Buytaert2001-08-05
|
* - added "rssfeeds"-tagDries Buytaert2001-08-05
|
* - cloud.module:Dries Buytaert2001-08-05
| | | | + small bugfix
* - bugfix: cured a warningDries Buytaert2001-08-04
|
* - various improvements and small additionsDries Buytaert2001-08-04
|
* - import.module:Dries Buytaert2001-08-03
| | | | | | | | | | | + applied Julian's fputs() patch + fixed typo - cloud.module: + applied Julian's fputs() patch - comment.module: + applied Julian's "delete" patch
* node.moduleKjartan Mannes2001-08-02
| | | | - some minor modifications to node_link()
* blog.moduleKjartan Mannes2001-07-31
| | | | - fixed the $date typo.
* cloud.modulenatrak2001-07-30
| | | | | | | - fixed the maxlengths as reported by Lars Gregori. import.module - modified the titles as suggsted by Julian Bond.
* cloud.moduleKjartan Mannes2001-07-30
| | | | | | | - fixed the maxlengths as reported by Lars Gregori. import.module - modified the titles as suggsted by Julian Bond.
* common.incKjartan Mannes2001-07-25
| | | | | | | | | | | - 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.
* common.incnatrak2001-07-25
| | | | | | | | | | | - 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.
* user.incKjartan Mannes2001-07-25
| | | | | system.module - made the words used in passwords configurable thru the admin interface.
* comment.incKjartan Mannes2001-07-25
| | | | | | | | | | | | | | | | | | | - 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).
* locale.moduleKjartan Mannes2001-07-24
| | | | - Made the module search a little less picky so it also shows admin strings.
* locale.moduleKjartan Mannes2001-07-24
| | | | | - fixed some minor HTML issues. - added some search/filter capabilities.
* account.phpKjartan Mannes2001-07-24
| | | | | | | | | | - 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.
* page.moduleKjartan Mannes2001-07-20
| | | | - removed access checking for links.
* drupal.moduleKjartan Mannes2001-07-20
| | | | - removed. page.module now serves this purpose on its own.
* - import.module:Dries Buytaert2001-07-18
| | | | | + parser improvements: we can now parse some (if not all) of the Userland RSS 0.91 feeds
* - node.module:Dries Buytaert2001-07-18
| | | | | | | + added missing t()-functions (reported by Nick). - locale.module: + renamed '$lang' to '$language' (reported by Nick).
* page.moduleKjartan Mannes2001-07-17
| | | | | | | | | | | | - added a links option so pages can be displayed on the links of the site in an easy way. (Requires an SQL update.) - made HTML and text type pages be $theme->box()ed again. - made the page body hidden in a comment during editing, in case things crash you should still be able to retrieve your code. Will keep working on a better solution. node.module - made all node types be listed in the node listings.
* - meta.module:Dries Buytaert2001-07-17
| | | | + fixed meta_save() warning as reported by Kristjan
* - minor update to system.module. Each module config now has a <A NAME>Kjartan Mannes2001-07-17
| | | | tag.
* - cloud.module:Dries Buytaert2001-07-17
| | | | + small update