summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - 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
* - blog.module:Dries Buytaert2001-07-17
| | | | + missing ', 1' parameter to check_output()
* - Various updates, mostly related to our RDF/RSS backend.Dries Buytaert2001-07-15
|
* - Removed old export framework.Dries Buytaert2001-07-15
|
* - import.module:Dries Buytaert2001-07-15
| | | | + let's get the order of the items in the admin page right
* - Various updates, mostly related to our RDF/RSS backend.Dries Buytaert2001-07-15
|
* - Various updates, mostly related to our RDF/RSS backend.Dries Buytaert2001-07-15
|
* - system.module:Dries Buytaert2001-07-15
| | | | | + code review -> small improvements + XHTML-ified
* - import.module:Dries Buytaert2001-07-15
| | | | + fixed typo
* - import.module:Dries Buytaert2001-07-15
| | | | | | | | + added new "tab" to import.module called "news sources". + improvement to import.module navigation. - theme.inc: + renamed 'your contributions' to 'your submissions'.
* - import.module:Dries Buytaert2001-07-15
| | | | | | | + small improvements to feed administration + added some additional error/watchdog message upon failure + improved the robustness of the parser routine; more feeds get parsed succesfully now.
* - A lot of (a) visual and (b) navigational improvements to import.module.Dries Buytaert2001-07-14
|
* - blog.module:Dries Buytaert2001-07-14
| | | | + another bugfix
* - blog.module:Dries Buytaert2001-07-14
| | | | + oops, fix small bug
* - blog.module:Dries Buytaert2001-07-14
| | | | + small visual improvement
* - blog.module:Dries Buytaert2001-07-14
| | | | | | + added RSS 0.91(5) feeds to the blog module which makes it possible to both syndicate an particular user's latest blog entries, or the latest entries of all users.
* - theme system:Dries Buytaert2001-07-14
| | | | | | | | | | | | | + added $theme->images() - blog.module: + improved user-friendliness and rewrote most of the output routines + made quoted text /italic/ by default + integrated discussion system like it should + ... - marvin.theme: + small visual improvements
* - import.module:Dries Buytaert2001-07-14
| | | | | + changed the link name to "news feeds" + changed the link on the "latest news" page
* - cloud.module:Dries Buytaert2001-07-13
| | | | | | | + Fixed "rotten date" (as remco like to calls it). + Added "URL to monitor" field. + Added some error checking. + Apply the updates in 2.00-to-x.xx.sql.
* - import.module:Dries Buytaert2001-07-13
| | | | + fixed typo
* - blog.module:Dries Buytaert2001-07-12
| | | | | | | | | | | | | | | | | | | + fixed visual glitch with 'read more' link (blog comments) + made it possible to delete your last blog item + fixed timestamp bug when previewing a new blog + fixed potential problem with blog_save() + fixed a few HTML/XHTML tinkos. - statistics.module: + "yoursite.com" should no longer show up under "external referrers" + fixed "Referers of the last 31 years 37 weeks 1 hour 46 min 40 sec" bug + xhtml-ified - node.inc: + fixed watchdog message - import.module: + small block improvement
* - Two small bugfixes.Dries Buytaert2001-07-12
|
* - Fixed "Blog this item" as reported by Natrak.Dries Buytaert2001-07-12
|
* - blog.module:Dries Buytaert2001-07-12
| | | | + fixed tiny bug in blog_save()
* - blog.module, import.module:Dries Buytaert2001-07-12
| | | | + 2 small improvements wrt to access rights
* - fixed blog.module bugs reported by Remco.Dries Buytaert2001-07-12
|
* - blog.module:Dries Buytaert2001-07-12
| | | | + fixed bug reported by killes.
* - Added blog.module to replace diary.module (contrubeted by Julian):Dries Buytaert2001-07-11
| | | | | | | | | | | | + feedback wanted - Added updated import.module (contributed by Julian): + user page do browse the headlines by feed and bundle, to display the item descriptions, etc. - Fixed small bug in common.inc. - Updated database.mysql
* poll.module - made the poll-durations a lot more locale friendly (using ↵Steven Wittens2001-07-11
| | | | format_interval();)