2006-08-29 |
naderman | - only highlight when there is anything to highlight
|
commit | commitdiff | tree |
2006-08-28 |
naderman | -forgot list items
|
commit | commitdiff | tree |
2006-08-28 |
naderman | - birthdays/age in user's timezone and not server's...
|
commit | commitdiff | tree |
2006-08-13 |
naderman | we don't want all topics when searching for just a...
|
commit | commitdiff | tree |
2006-08-12 |
naderman | - set default_style when the old default style is being...
|
commit | commitdiff | tree |
2006-08-12 |
naderman | - casting to int so this won't throw any unwanted...
|
commit | commitdiff | tree |
2006-08-12 |
naderman | m_approve_fid should be negated
|
commit | commitdiff | tree |
2006-08-12 |
naderman | - removed some more useless language strings [Bug ...
|
commit | commitdiff | tree |
2006-08-12 |
naderman | - auto sync attachment topic flag [Bug #2949]
|
commit | commitdiff | tree |
2006-08-11 |
naderman | Oops, I forgot the negate bit in sql_in_set()
|
commit | commitdiff | tree |
2006-08-11 |
naderman | Adding the sql_in_set function which should give us...
|
commit | commitdiff | tree |
2006-08-10 |
naderman | - removed a useless line [Bug #3656]
|
commit | commitdiff | tree |
2006-08-08 |
naderman | - fixed some problems with themes
|
commit | commitdiff | tree |
2006-08-06 |
naderman | Backup files are now named backup_[timestamp].sql.*
|
commit | commitdiff | tree |
2006-08-06 |
naderman | - finally making the age calculation work [Bug #3582]
|
commit | commitdiff | tree |
2006-08-02 |
naderman | fixing a typo ;-)
|
commit | commitdiff | tree |
2006-08-02 |
naderman | mysqli results are objects, not resources
|
commit | commitdiff | tree |
2006-08-01 |
naderman | - acm_file uses an index pointer to the current row...
|
commit | commitdiff | tree |
2006-07-30 |
naderman | - removed an accidentaly pasted line [Bug #3227]
|
commit | commitdiff | tree |
2006-07-27 |
naderman | - fixed the age calculation (note: turn on your brain...
|
commit | commitdiff | tree |
2006-07-14 |
naderman | fixing a typo in postgres dbal
|
commit | commitdiff | tree |
2006-07-12 |
naderman | - it's \r\n not \n\r [Bug #3121]
|
commit | commitdiff | tree |
2006-07-07 |
naderman | - fix a stupid bug in style.php
|
commit | commitdiff | tree |
2006-07-07 |
naderman | - fixed a parse error (oops)
|
commit | commitdiff | tree |
2006-07-07 |
naderman | - display age in user profile and make it available...
|
commit | commitdiff | tree |
2006-06-23 |
naderman | - improve newposts search performance
|
commit | commitdiff | tree |
2006-06-20 |
naderman | - correctly display subcategories
|
commit | commitdiff | tree |
2006-06-17 |
naderman | - correctly display user forum permissions if all forums...
|
commit | commitdiff | tree |
2006-06-17 |
naderman | - remove last karma leftovers
|
commit | commitdiff | tree |
2006-06-17 |
naderman | - fix some bugs in imageset editing, includes [Bug...
|
commit | commitdiff | tree |
2006-06-16 |
naderman | - proper redirect after deleting a report [Bug #2260]
|
commit | commitdiff | tree |
2006-06-14 |
naderman | - forgot to actually move the cache file :@
|
commit | commitdiff | tree |
2006-06-14 |
naderman | - automatically sync topic_reported when deleting a...
|
commit | commitdiff | tree |
2006-06-10 |
naderman | - allow searching for post_count = 0 [Bug #2154]
|
commit | commitdiff | tree |
2006-06-10 |
naderman | - forgot to commit common.php
|
commit | commitdiff | tree |
2006-06-10 |
naderman | - check whether config.php exists
|
commit | commitdiff | tree |
2006-06-09 |
naderman | This looks a bit like an ugly hack, I know :(
|
commit | commitdiff | tree |
2006-06-09 |
naderman | - a few adjustments to permissions, specifically with...
|
commit | commitdiff | tree |
2006-06-09 |
naderman | - a few adjustments to permissions, specifically with...
|
commit | commitdiff | tree |
2006-06-04 |
naderman | - permission trace correctly uses language variables now
|
commit | commitdiff | tree |
2006-06-03 |
naderman | - removed useless code from style.php
|
commit | commitdiff | tree |
2006-05-30 |
naderman | - add support for min/max of numerical search backend...
|
commit | commitdiff | tree |
2006-05-30 |
naderman | - various corrections related to permissions in the...
|
commit | commitdiff | tree |
2006-05-28 |
naderman | - making user_last_search a NULL column so MSSQL won...
|
commit | commitdiff | tree |
2006-05-28 |
naderman | - added search by author_id to solve problems with...
|
commit | commitdiff | tree |
2006-05-21 |
naderman | - solve duplication of text [Bug #1229]
|
commit | commitdiff | tree |
2006-05-21 |
naderman | - fix some bugs in the theme editor
|
commit | commitdiff | tree |
2006-05-21 |
naderman | - fix some bugs in the theme editor
|
commit | commitdiff | tree |
2006-05-20 |
naderman | - added a theme editor
|
commit | commitdiff | tree |
2006-05-20 |
naderman | - fix a nasty bug in search indexing
|
commit | commitdiff | tree |
2006-05-12 |
naderman | - adding a file which displays duplicate language keys
|
commit | commitdiff | tree |
2006-05-07 |
naderman | - added the template editor (doesn't use a hardcoded...
|
commit | commitdiff | tree |
2006-05-06 |
naderman | - introduce LA_, UA_ and A_ template variables (they...
|
commit | commitdiff | tree |
2006-04-27 |
naderman | - allow searches for multibyte characters in fulltext_native
|
commit | commitdiff | tree |
2006-04-26 |
naderman | oops
|
commit | commitdiff | tree |
2006-04-26 |
naderman | - safer globals deregistration
|
commit | commitdiff | tree |
2006-04-23 |
naderman | - properly check the Comment column on older MySQL...
|
commit | commitdiff | tree |
2006-04-23 |
naderman | - allow user A to have user B as a friend if A is a...
|
commit | commitdiff | tree |
2006-04-21 |
naderman | - added login error constant for various external auth...
|
commit | commitdiff | tree |
2006-04-09 |
naderman | - check m_ permission for quickmod [Bug #1317]
|
commit | commitdiff | tree |
2006-04-08 |
naderman | - allow reporting posts that have a closed report
|
commit | commitdiff | tree |
2006-03-28 |
naderman | - don't show too old reports/queue entries
|
commit | commitdiff | tree |
2006-03-28 |
naderman | - did I mention I don't like mcp_sorting()? ;-)
|
commit | commitdiff | tree |
2006-03-27 |
naderman | - use radio class for radio buttons
|
commit | commitdiff | tree |
2006-03-27 |
naderman | - redirection should properly work now
|
commit | commitdiff | tree |
2006-03-27 |
naderman | - add missing pagination to queue/reports
|
commit | commitdiff | tree |
2006-03-26 |
naderman | - some JS magic to make color bbcode work properly...
|
commit | commitdiff | tree |
2006-03-26 |
naderman | - correctly use DISTINCT and GROUP BY in search related...
|
commit | commitdiff | tree |
2006-03-23 |
naderman | - some adjustments for search related config options
|
commit | commitdiff | tree |
2006-03-19 |
naderman | - Bug 1104: fixed a typo ($necoding => $encoding)
|
commit | commitdiff | tree |
2006-03-19 |
naderman | Two little changes to language files:
|
commit | commitdiff | tree |
2006-03-18 |
naderman | And the typo-of-the-day-award goes to:
|
commit | commitdiff | tree |
2006-03-18 |
naderman | - fixed a little bug in the (old) installer
|
commit | commitdiff | tree |
2006-03-18 |
naderman | *** empty log message ***
|
commit | commitdiff | tree |
2006-03-18 |
naderman | - Added init_{$auth_plugin} function which can be used...
|
commit | commitdiff | tree |
2006-03-18 |
naderman | - Lesson learned: If you rename something rename it...
|
commit | commitdiff | tree |
2006-03-18 |
naderman | - replaced mcp reports system with a simplified version
|
commit | commitdiff | tree |
2006-03-16 |
naderman | Give us our old ACP design back :o
|
commit | commitdiff | tree |
2006-03-16 |
naderman | - use a_search permission
|
commit | commitdiff | tree |
2006-03-15 |
naderman | oops, wrong place
|
commit | commitdiff | tree |
2006-03-15 |
naderman | - removed search settings from load page
|
commit | commitdiff | tree |
2006-03-08 |
naderman | - log entries for deleted topics don't provide a link...
|
commit | commitdiff | tree |
2006-03-06 |
naderman | Me, me, me!
|
commit | commitdiff | tree |
2006-02-28 |
naderman | CVS commit mail test
|
commit | commitdiff | tree |
2006-02-25 |
naderman | just remove a little error message that came up in...
|
commit | commitdiff | tree |
2006-02-25 |
naderman | - allow local moderators to properly use the mcp for...
|
commit | commitdiff | tree |
2006-02-22 |
naderman | - properly hide items
|
commit | commitdiff | tree |
2006-02-12 |
naderman | - new default result mode: posts
|
commit | commitdiff | tree |
2006-02-12 |
naderman | *** empty log message ***
|
commit | commitdiff | tree |
2006-02-12 |
naderman | - make acl_getf_global() availible to module auth checks
|
commit | commitdiff | tree |
2006-02-12 |
naderman | tiny fix so the board won't throw an error if it doesn...
|
commit | commitdiff | tree |
2006-02-05 |
naderman | - removed unnecessary urlencode of highlight words
|
commit | commitdiff | tree |
2006-01-27 |
naderman | just some tiny changes to meet the coding guidelines
|
commit | commitdiff | tree |
2006-01-22 |
naderman | - added fulltext_mysql
|
commit | commitdiff | tree |
2006-01-21 |
naderman | - search deals with global topics
|
commit | commitdiff | tree |
2006-01-19 |
naderman | looks like I forgot to commit these two files :o
|
commit | commitdiff | tree |
2006-01-11 |
naderman | somehow I knew this had to happen :(
|
commit | commitdiff | tree |
2006-01-11 |
naderman | - overhauled search system
|
commit | commitdiff | tree |
2006-01-07 |
naderman | - array_combine replacement for PHP4
|
commit | commitdiff | tree |
2006-01-05 |
naderman | - acm::exists() is considered private now and was renamed...
|
commit | commitdiff | tree |