| Commit message (Expand) | Author | Age | Files | Lines |
* | - Stop people messing around #45935 | Chris Smith | 2009-06-02 | 1 | -3/+3 |
* | Okay, a first ci of the new captcha plugins. We'll add dynamic template inclu... | Henry Sudhof | 2009-06-02 | 3 | -4/+15 |
* | update version number | Meik Sievertsen | 2009-05-31 | 2 | -2/+9 |
* | late fix for #45335 (incorrect log message for update if using old updater) | Meik Sievertsen | 2009-05-19 | 1 | -1/+6 |
* | slight change for 3.0.5 for updating. | Meik Sievertsen | 2009-05-06 | 2 | -15/+6 |
* | Set new version... | Meik Sievertsen | 2009-05-01 | 2 | -4/+4 |
* | make search_indexing_state dynamic. This is related to bug #44535 - although ... | Meik Sievertsen | 2009-05-01 | 2 | -1/+8 |
* | Fix column handling in db updater, custom profile fields an db tools for fire... | Meik Sievertsen | 2009-04-28 | 1 | -3/+3 |
* | fix forum_style column. :/ Bug #38905 | Meik Sievertsen | 2009-04-17 | 1 | -2/+8 |
* | New search option: Maximum number of words allowed to search for. | Meik Sievertsen | 2009-04-11 | 2 | -1/+5 |
* | a language alteration for captchas. | Meik Sievertsen | 2009-04-11 | 1 | -1/+1 |
* | Fix bug in postgresql db layer for LIMIT ALL clauses (reported by JRSweets) | Meik Sievertsen | 2009-03-30 | 1 | -1/+5 |
* | unfortunately we are not able to use db_tools - because we do not know the st... | Meik Sievertsen | 2009-03-24 | 1 | -4/+1375 |
* | Fix duplicate creation of acl options in acl_add_options() under certain cond... | Meik Sievertsen | 2009-03-20 | 8 | -228/+289 |
* | captcha changes | Henry Sudhof | 2009-03-17 | 2 | -0/+6 |
* | Removed the major version number from the useragent match of the Ichiro bot, ... | Chris Smith | 2009-03-02 | 2 | -1/+6 |
* | - adjust db_tools again to not remove any schema (they may be required) | Meik Sievertsen | 2009-02-28 | 1 | -0/+6 |
* | refactor the database updater: | Meik Sievertsen | 2009-02-28 | 1 | -2532/+250 |
* | Actually, this should never happen, ... #41945 | Henry Sudhof | 2009-02-20 | 1 | -1/+1 |
* | Fix a problem with r9005 | Chris Smith | 2009-02-09 | 1 | -1/+1 |
* | and another CAPTCHA setting - add new noise shapes to the noise array for mor... | Henry Sudhof | 2009-02-08 | 2 | -0/+3 |
* | As proposed by marshalrusty: re-hash plain MD5s left in the database | Henry Sudhof | 2009-02-06 | 2 | -4/+28 |
* | tiny fix for the installer | Meik Sievertsen | 2009-01-23 | 1 | -1/+1 |
* | New option for the GD VC. Parameters need some more tweaking | Henry Sudhof | 2009-01-21 | 2 | -0/+6 |
* | TortoiseMerge seems to mess up the newlines... very very annoying bug. | Meik Sievertsen | 2009-01-13 | 1 | -1/+1 |
* | - Allow download of conflicting file for later reference in automatic updater | Meik Sievertsen | 2009-01-12 | 1 | -16/+34 |
* | up to 3.0.5-dev | Meik Sievertsen | 2008-12-20 | 1 | -1/+1 |
* | Change version number from 3.0.4-RC1 to 3.0.4 | Meik Sievertsen | 2008-12-12 | 2 | -2/+9 |
* | dumdidum... | Meik Sievertsen | 2008-12-02 | 2 | -2/+2 |
* | extend the style columns (style_id, template_id, imageset_id, image_id...) | Meik Sievertsen | 2008-11-27 | 6 | -51/+81 |
* | Better handling and finer control for custom profile fields visibility option... | Meik Sievertsen | 2008-11-26 | 8 | -3/+60 |
* | Ha- ndle checking for duplicate usernames in chunks (Bug #17285 - Patch by A_... | Nils Adermann | 2008-11-24 | 2 | -38/+29 |
* | Before we forget | Chris Smith | 2008-11-14 | 1 | -1/+1 |
* | gah, forgot this tiny little thing... | Meik Sievertsen | 2008-11-12 | 1 | -1/+1 |
* | Fix Bug #36535 (PHP 5.3 compatibility) + version number updates (if RC2 will ... | Meik Sievertsen | 2008-11-08 | 2 | -3/+6 |
* | Remove deprecated language key and update any references in the database to t... | Chris Smith | 2008-11-05 | 1 | -0/+10 |
* | fix 3 very tiny bugs... #35545, #35365 and #35305 | Meik Sievertsen | 2008-11-02 | 1 | -1/+1 |
* | up the version number | Meik Sievertsen | 2008-10-25 | 2 | -2/+2 |
* | Help the user if FTP update fails. | Meik Sievertsen | 2008-10-25 | 2 | -3/+4 |
* | gah | Meik Sievertsen | 2008-10-17 | 1 | -1/+1 |
* | Disable referer validation on install if it is not possible to determine corr... | Meik Sievertsen | 2008-10-17 | 1 | -0/+10 |
* | Disable mass e-mail when e-mail is disabled. #27385 | Chris Smith | 2008-10-13 | 1 | -0/+6 |
* | Better late than never | Chris Smith | 2008-10-12 | 1 | -1/+1 |
* | Correctly convert Neil's Birthday MOD to the date format used in phpBB3. #32895 | Chris Smith | 2008-10-11 | 1 | -1/+1 |
* | better query for syncing post counts. Thanks to BartVB for this. ;) | Meik Sievertsen | 2008-09-24 | 1 | -14/+12 |
* | err, i am <insert name here> | Meik Sievertsen | 2008-09-23 | 1 | -1/+1 |
* | duplicate key | Meik Sievertsen | 2008-09-23 | 1 | -1/+1 |
* | - Added 'max_recipients' setting for private messages. This setting allows ad... | Meik Sievertsen | 2008-09-23 | 9 | -20/+104 |
* | remove unused code | Meik Sievertsen | 2008-09-19 | 1 | -5/+0 |
* | Ok, story real database server info, as well as caching it | Meik Sievertsen | 2008-09-04 | 5 | -4/+12 |