| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
|
| |
less reliant on php config.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Applied (modified versions of) Alexander's patches on the development
branch.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- fixed a listing bug.
|
|
|
|
| |
- just a minor update to sort books of the same weight by title.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
+ fix small glitch with blog not being displayed immediatly after
posting
|
|
|
|
|
| |
+ fixed author names not being displayed.
+ XHTML-ified the code.
|
|
|
|
|
| |
+ fixed a few visual glitches: '\n' won't be stripped anymore which
makes most of the new/feeds 'render' better.
|
| |
|
|
|
|
|
|
| |
list.
- Fixed the export function in book.module (patch my Julian).
- Fixed the comment alignment (comments got truncated).
|
|
|
|
|
|
| |
- search is now default.
- search remembers your settings.
- save will dump you back to your last search.
|
|
|
|
| |
- fixed the filter/search problem.
|
| |
|
|
|
|
|
| |
- renamed locale_search() locale_filter() so it does not show up on
node searches.
|
| |
|
| |
|
| |
|
|
|
|
| |
+ small bugfix
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
+ 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
- removed access checking for links.
|