| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
|
| |
+ applied Julian's conf_init() patch
|
|
|
|
|
|
|
|
|
|
|
| |
+ applied Julian's fputs() patch
+ fixed typo
- cloud.module:
+ applied Julian's fputs() patch
- comment.module:
+ applied Julian's "delete" patch
|
|
|
|
| |
- some minor modifications to node_link()
|
|
|
|
| |
- fixed the $date typo.
|
| |
|
|
|
|
|
|
|
| |
- fixed the maxlengths as reported by Lars Gregori.
import.module
- modified the titles as suggsted by Julian Bond.
|
|
|
|
|
|
|
| |
- fixed the maxlengths as reported by Lars Gregori.
import.module
- modified the titles as suggsted by Julian Bond.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
| |
system.module
- made the words used in passwords configurable thru the admin interface.
|
|
|
|
|
| |
system.module
- made the words used in passwords configurable thru the admin interface.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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).
|
|
|
|
| |
- Made the module search a little less picky so it also shows admin strings.
|
|
|
|
|
| |
- fixed some minor HTML issues.
- added some search/filter capabilities.
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
- Added link to the SQL definition.
|
|
|
|
| |
- removed access checking for links.
|
|
|
|
| |
- removed. page.module now serves this purpose on its own.
|
|
|
|
|
| |
- Added real name in the for when the user is looking at their own information
as reported by Gerhard Killesreiter
|
| |
|
|
|
|
|
| |
+ parser improvements: we can now parse some (if not all) of the
Userland RSS 0.91 feeds
|
|
|
|
|
|
|
| |
+ added missing t()-functions (reported by Nick).
- locale.module:
+ renamed '$lang' to '$language' (reported by Nick).
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
+ fixed meta_save() warning as reported by Kristjan
|
| |
|
|
|
|
| |
tag.
|
|
|
|
| |
+ small update
|
|
|
|
| |
+ missing ', 1' parameter to check_output()
|
|
|
|
| |
+ potential improvement (thanks KJ)
|
| |
|
| |
|
|
|
|
| |
+ let's get the order of the items in the admin page right
|
| |
|
| |
|
|
|
|
|
| |
+ code review -> small improvements
+ XHTML-ified
|
|
|
|
| |
+ fixed typo
|
|
|
|
|
|
|
|
| |
+ added new "tab" to import.module called "news sources".
+ improvement to import.module navigation.
- theme.inc:
+ renamed 'your contributions' to 'your submissions'.
|
|
|
|
|
|
|
| |
+ 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.
|
| |
|