aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12235] Convert WLM to custom profile fieldJoas Schilling2014-03-0433-238/+144
* [ticket/12187] Do not make clickable when using as contact fieldJoas Schilling2014-03-046-28/+54
* [ticket/12187] Split generate_profile_fields_template() into 2 methodsJoas Schilling2014-03-044-104/+104
* [ticket/12187] Remove user_website fieldJoas Schilling2014-03-049-8/+47
* [ticket/12187] Remove user_website functionalityJoas Schilling2014-03-0328-85/+19
* [ticket/12187] Convert website field data to custom profile fieldJoas Schilling2014-03-0310-4/+64
* [ticket/12187] Add URL type for profile fieldsJoas Schilling2014-03-039-2/+105
* [ticket/12234] Replace ICQ with custom profile fieldJoas Schilling2014-02-2839-116/+128
* [ticket/12233] Update schema fileJoas Schilling2014-02-281-3/+3
* [ticket/12233] Add images back to subsilver2Joas Schilling2014-02-281-1/+1
* [ticket/12233] Allow profile fields to be contact fieldsJoas Schilling2014-02-2818-13/+166
* [ticket/12194] Ensure that field_show_novalue is presentJoas Schilling2014-02-272-0/+46
* Merge remote-tracking branch 'nickvergessen/ticket/12205' into ticket/12205-d...Joas Schilling2014-02-251-1/+1
|\
| * [ticket/12205] Do not display 0 for empty integers when show_novalue is offJoas Schilling2014-02-251-1/+1
* | Merge pull request #2053 from prototech/ticket/12220Andreas Fischer2014-02-211-1/+0
|\ \
| * | [ticket/12220] Fix division by zero in search page with no results.Cesar G2014-02-211-1/+0
* | | Merge pull request #2035 from prototech/ticket/12138Nathan Guse2014-02-201-62/+130
|\ \ \
| * | | [ticket/12138] Replace old code and generate pagination using filetime limit.Cesar G2014-02-161-60/+22
| * | | [ticket/12138] Add methods for attachment manage functionality.Cesar G2014-02-161-2/+108
* | | | Merge pull request #1939 from prototech/ticket/12078Nathan Guse2014-02-201-1/+1
|\ \ \ \
| * | | | [ticket/12078] Check for f_delete when a user attempts to permanently deleteCesar G2013-12-191-1/+1
* | | | | Merge pull request #2037 from prototech/ticket/12080Nathan Guse2014-02-204-6/+23
|\ \ \ \ \
| * | | | | [ticket/12080] Stop responsive ACP sig textarea from dropping to second line.Cesar G2014-02-162-1/+9
| * | | | | [ticket/12080] Reduce the palette options in all locations when responsive.Cesar G2014-02-162-4/+12
| * | | | | [ticket/12080] Add classes to color palette table to identify it more easily.Cesar G2014-02-161-1/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #2025 from marc1706/ticket/12183Nathan Guse2014-02-209-16/+56
|\ \ \ \ \
| * | | | | [ticket/12183] Move user_newpasswd, user_actkey below user_pass_convertMarc Alexander2014-02-178-16/+16
| * | | | | [ticket/12183] Add migration file for updating user_newpasswd columnMarc Alexander2014-02-101-0/+40
| * | | | | [ticket/12183] Update user_newpasswd column to length of 255 in schema filesMarc Alexander2014-02-108-8/+8
* | | | | | Merge pull request #2021 from nickvergessen/ticket/12171Nathan Guse2014-02-204-35/+93
|\ \ \ \ \ \
| * | | | | | [ticket/12171] Send correct status 403 when forbidden and 404 when not foundJoas Schilling2014-02-102-7/+11
| * | | | | | [ticket/12171] Check post visibility before being able to download attachmentsJoas Schilling2014-02-101-6/+49
| * | | | | | [ticket/12171] Split post and pm download linksJoas Schilling2014-02-103-20/+23
| * | | | | | [ticket/12171] Check topic visibility before allowing to download attachmentsJoas Schilling2014-02-102-8/+16
* | | | | | | [ticket/12139] Spaces $ show_guests viewonline.phpkaran2014-02-201-1/+1
* | | | | | | Merge pull request #2050 from rxu/ticket/12217Nathan Guse2014-02-203-1/+31
|\ \ \ \ \ \ \
| * | | | | | | [ticket/12217] Add more template events to viewtopic_body.htmlrxu2014-02-213-1/+31
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #2044 from prototech/ticket/12212Nathan Guse2014-02-201-1/+3
|\ \ \ \ \ \ \
| * | | | | | | [ticket/12212] Encode the attachment file name before presenting to user.Cesar G2014-02-181-1/+3
* | | | | | | | [ticket/12200] Add missing profile field template files to adm/style/ directoryCesar G2014-02-196-0/+26
| |/ / / / / / |/| | | | | |
* | | | | | | [ticket/12153] Replace old template variables with {PAGE_NUMBER}.Cesar G2014-02-192-2/+2
* | | | | | | Merge pull request #2030 from rxu/ticket/12190Nathan Guse2014-02-191-0/+16
|\ \ \ \ \ \ \
| * | | | | | | [ticket/12190] Add core event "core.modify_submit_post_data"rxu2014-02-201-0/+16
* | | | | | | | Merge pull request #2045 from rxu/ticket/12213Nathan Guse2014-02-192-1/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/12213] Add MCP events for custom quick moderation optionsrxu2014-02-202-1/+31
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'develop-olympus' into developNathan Guse2014-02-191-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge remote-tracking branch 'remotes/prototech/ticket/12093' into develop-ol...Nathan Guse2014-02-193-3/+3
| |\ \ \ \ \ \ \
| | * | | | | | | [ticket/12093] Check that document.selection is supported.Cesar G2014-01-253-3/+3
* | | | | | | | | Merge pull request #1994 from prototech/ticket/12158Nathan Guse2014-02-181-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ticket/12158] The pagination start value should be 0 when there are no items.Cesar G2014-02-031-1/+1