Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | [ticket/12080] Stop responsive ACP sig textarea from dropping to second line. | Cesar G | 2014-02-16 | 2 | -1/+9 | |
| * | | | | | [ticket/12080] Reduce the palette options in all locations when responsive. | Cesar G | 2014-02-16 | 2 | -4/+12 | |
| * | | | | | [ticket/12080] Add classes to color palette table to identify it more easily. | Cesar G | 2014-02-16 | 1 | -1/+2 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #2025 from marc1706/ticket/12183 | Nathan Guse | 2014-02-20 | 9 | -16/+56 | |
|\ \ \ \ \ | ||||||
| * | | | | | [ticket/12183] Move user_newpasswd, user_actkey below user_pass_convert | Marc Alexander | 2014-02-17 | 8 | -16/+16 | |
| * | | | | | [ticket/12183] Add migration file for updating user_newpasswd column | Marc Alexander | 2014-02-10 | 1 | -0/+40 | |
| * | | | | | [ticket/12183] Update user_newpasswd column to length of 255 in schema files | Marc Alexander | 2014-02-10 | 8 | -8/+8 | |
* | | | | | | Merge pull request #2021 from nickvergessen/ticket/12171 | Nathan Guse | 2014-02-20 | 4 | -35/+93 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [ticket/12171] Send correct status 403 when forbidden and 404 when not found | Joas Schilling | 2014-02-10 | 2 | -7/+11 | |
| * | | | | | | [ticket/12171] Check post visibility before being able to download attachments | Joas Schilling | 2014-02-10 | 1 | -6/+49 | |
| * | | | | | | [ticket/12171] Split post and pm download links | Joas Schilling | 2014-02-10 | 3 | -20/+23 | |
| * | | | | | | [ticket/12171] Check topic visibility before allowing to download attachments | Joas Schilling | 2014-02-10 | 2 | -8/+16 | |
* | | | | | | | [ticket/12139] Spaces $ show_guests viewonline.php | karan | 2014-02-20 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #2050 from rxu/ticket/12217 | Nathan Guse | 2014-02-20 | 3 | -1/+31 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [ticket/12217] Add more template events to viewtopic_body.html | rxu | 2014-02-21 | 3 | -1/+31 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #2044 from prototech/ticket/12212 | Nathan Guse | 2014-02-20 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [ticket/12212] Encode the attachment file name before presenting to user. | Cesar G | 2014-02-18 | 1 | -1/+3 | |
* | | | | | | | | [ticket/12200] Add missing profile field template files to adm/style/ directory | Cesar G | 2014-02-19 | 6 | -0/+26 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | [ticket/12153] Replace old template variables with {PAGE_NUMBER}. | Cesar G | 2014-02-19 | 2 | -2/+2 | |
* | | | | | | | Merge pull request #2030 from rxu/ticket/12190 | Nathan Guse | 2014-02-19 | 1 | -0/+16 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [ticket/12190] Add core event "core.modify_submit_post_data" | rxu | 2014-02-20 | 1 | -0/+16 | |
* | | | | | | | | Merge pull request #2045 from rxu/ticket/12213 | Nathan Guse | 2014-02-19 | 2 | -1/+31 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ticket/12213] Add MCP events for custom quick moderation options | rxu | 2014-02-20 | 2 | -1/+31 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'develop-olympus' into develop | Nathan Guse | 2014-02-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | Merge remote-tracking branch 'remotes/prototech/ticket/12093' into develop-ol... | Nathan Guse | 2014-02-19 | 3 | -3/+3 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | [ticket/12093] Check that document.selection is supported. | Cesar G | 2014-01-25 | 3 | -3/+3 | |
* | | | | | | | | | Merge pull request #1994 from prototech/ticket/12158 | Nathan Guse | 2014-02-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [ticket/12158] The pagination start value should be 0 when there are no items. | Cesar G | 2014-02-03 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #2002 from prototech/ticket/12153 | Nathan Guse | 2014-02-18 | 30 | -130/+95 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | [ticket/12153] Remove duplicate assignment of $u_previous_page & $u_next_page. | Cesar G | 2014-02-18 | 1 | -1/+0 | |
| * | | | | | | | | | | [ticket/12153] Remove redundant calls to pagination.on_page(). | Cesar G | 2014-02-03 | 25 | -27/+3 | |
| * | | | | | | | | | | [ticket/12153] Remove vars already assigned in generate_template_pagination(). | Cesar G | 2014-02-03 | 5 | -15/+6 | |
| * | | | | | | | | | | [ticket/12153] Assign PAGE_NUMBER in pagination.generate_template_pagination() | Cesar G | 2014-02-03 | 1 | -89/+88 | |
* | | | | | | | | | | | Merge pull request #2027 from lucifer4o/ticket/12177 | Nathan Guse | 2014-02-18 | 3 | -0/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | [ticket/12177] Add ucp_friend_list_before/after | lucifer4o | 2014-02-13 | 1 | -2/+2 | |
| * | | | | | | | | | | | [ticket/12177] Add ucp_friend_list_before/after | lucifer4o | 2014-02-13 | 3 | -0/+20 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'develop-olympus' into develop | Nils Adermann | 2014-02-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | [ticket/12210] dbtools::sql_create_table incorrectly throws error | Nathaniel Guse | 2014-02-17 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #2038 from prototech/ticket/12206 | Nathan Guse | 2014-02-18 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | [ticket/12206] Fix mismatched Plupload language vars preventing localization. | Cesar G | 2014-02-17 | 2 | -4/+4 | |
* | | | | | | | | | | | | Merge pull request #2040 from prototech/ticket/12208 | Nathan Guse | 2014-02-18 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | [ticket/12208] Remove file from upload queue if deleted before being uploaded. | Cesar G | 2014-02-17 | 1 | -0/+3 | |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #2007 from rxu/ticket/12166 | Nathan Guse | 2014-02-18 | 3 | -0/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | [ticket/12166] Add template events to quickreply_editor.html. | rxu | 2014-02-18 | 3 | -0/+20 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #2008 from marc1706/ticket/12167 | Nathan Guse | 2014-02-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | [ticket/12167] Allow users to change style via style parameter by default | Marc Alexander | 2014-02-06 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge remote-tracking branch 'Zoddo/ticket/12207' into develop | Cesar G | 2014-02-17 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | [ticket/12207] Forum broken when error thrown | Zoddo | 2014-02-17 | 1 | -2/+0 | |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge remote-tracking branch 'Zoddo/ticket/12003' into develop | Cesar G | 2014-02-17 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | [ticket/12003] ACP broken when error thrown | Zoddo | 2014-02-17 | 1 | -1/+0 | |
| | |/ / / / / / / / | |/| | | | | | | | |