aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2394 from VSEphpbb/ticket/12484Joas Schilling2014-05-042-0/+4
|\
| * [ticket/12484] Add template event ucp_agreement_terms_before/afterMatt Friedman2014-05-022-0/+4
* | Merge pull request #2203 from PayBas/ticket/12323Joas Schilling2014-05-041-0/+2
|\ \
| * | [ticket/12323] Template Event search_results_postprofile_beforePayBas2014-05-031-0/+2
* | | Merge pull request #2346 from PayBas/ticket/12438Joas Schilling2014-05-042-0/+4
|\ \ \
| * | | [ticket/12438] Add Template event memberlist_view_content_prependPayBas2014-05-022-0/+4
* | | | Merge pull request #2314 from PayBas/ticket/12410Joas Schilling2014-05-042-0/+4
|\ \ \ \
| * | | | [ticket/12410] Add Template events search_results_post_ b/aPayBas2014-05-032-0/+4
| | |/ / | |/| |
* | | | Merge pull request #2297 from PayBas/ticket/12396Joas Schilling2014-05-044-4/+4
|\ \ \ \
| * | | | [ticket/12396] Added missing viewtopic_topic_title_appendPayBas2014-05-032-2/+2
| * | | | [ticket/12396] Add Template events viewforum_forum_namePayBas2014-05-032-2/+2
| |/ / /
* | | | Merge pull request #2273 from PayBas/ticket/12376Joas Schilling2014-05-042-2/+6
|\ \ \ \
| * | | | [ticket/12376] Changed to viewtopic_body_poll_option_before and afterPayBas2014-05-032-6/+4
| * | | | [ticket/12376] Added viewtopic_body_poll_question_appendPayBas2014-05-032-2/+2
| * | | | [ticket/12376] Add template events viewtopic_body_pollsPayBas2014-05-032-2/+8
| |/ / /
* | | | Merge pull request #2270 from PayBas/ticket/12374Joas Schilling2014-05-042-7/+37
|\ \ \ \
| * | | | [ticket/12374] Added prepend-versions of eventsPayBas2014-05-032-0/+6
| * | | | [ticket/12374] Updated code layoutPayBas2014-05-032-8/+31
| * | | | [ticket/12374] Add Template events index_body_block_(name)_appendPayBas2014-05-032-6/+7
| |/ / /
* | | | Merge pull request #2233 from PayBas/ticket/12346Joas Schilling2014-05-042-2/+2
|\ \ \ \
| * | | | [ticket/12346] Add Template Event overall_header_navlink_app/prePayBas2014-05-032-2/+2
| |/ / /
* | | | [ticket/12378] Prosilver common.css duplicate entryGaƫtan Muller2014-05-041-1/+0
|/ / /
* | | Merge pull request #2267 from prototech/ticket/10737Joas Schilling2014-05-035-3/+39
|\ \ \ | |_|/ |/| |
| * | [ticket/10737] Remove loading indicator.Cesar G2014-04-231-1/+1
| * | [ticket/10737] Add config setting to disable live searches.Cesar G2014-04-231-2/+3
| * | [ticket/10737] Add loading indicator and alert box code to simple_footer.html.Cesar G2014-04-231-0/+14
| * | [ticket/10737] Load core.js and ajax.js in simple_footer.html.Cesar G2014-04-231-0/+2
| * | [ticket/10737] Drop subsilver2 changes.Cesar G2014-04-232-17/+1
| * | [ticket/10737] Add a more generic live search implementation.Cesar G2014-04-231-0/+4
| * | [ticket/10737] Use dropdown for search results container.Cesar G2014-04-233-19/+17
| * | [ticket/10737] Adding delayed keyup and removing target_blank.Suhaib Khan2014-04-232-2/+2
| * | [ticket/10737] Removing obsolete code.Suhaib Khan2014-04-232-4/+4
| * | [ticket/10737] Avoid hard-coding table row and use case-insensitive search.Suhaib Khan2014-04-233-2/+16
| * | [ticket/10737] Using JQuery events and JSON response.Suhaib Khan2014-04-232-44/+2
| * | [ticket/10737] Code fixes in AJAX search featureSuhaib Khan2014-04-232-22/+18
| * | [ticket/10737] Improvements over last commitSuhaib Khan2014-04-232-40/+16
| * | [ticket/10737] Adding username suggestions in "Find a member" using AJAXSuhaib Khan2014-04-234-2/+91
* | | Merge pull request #2385 from prototech/ticket/12478Joas Schilling2014-05-022-1/+4
|\ \ \
| * | | [ticket/12478] Add contact field events to viewtopic_body.html.Cesar G2014-05-021-0/+2
| * | | [ticket/12478] Re-add contact field events in ucp_pm_viewmessage.html.Cesar G2014-05-021-1/+2
* | | | Merge remote-tracking branch 'github-vse/ticket/12254' into develop-ascraeusNils Adermann2014-05-024-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | [ticket/12254] Add subsilver2 support for cookie storage instead of SIDMatt Friedman2014-05-022-2/+2
| * | | [ticket/12254] Use a cookie instead of SID to store language selectionMatt Friedman2014-05-022-2/+2
| * | | [ticket/12254] Use 'language' instead of 'set_lang' as the variable nameMatt Friedman2014-04-114-4/+4
| * | | [ticket/12254] Add set_lang var changes to subsilver2 filesMatt Friedman2014-04-072-0/+2
| * | | [ticket/12254] Use new set_lang var to avoid conflict with change_langMatt Friedman2014-04-072-0/+2
* | | | Merge remote-tracking branch 'github-prototech/ticket/12265' into develop-asc...Nils Adermann2014-05-0217-73/+126
|\ \ \ \ | |_|_|/ |/| | |
| * | | [ticket/12265] Ensure that dropdown is always at the very left of the containerCesar G2014-04-151-0/+1
| * | | [ticket/12265] Define a loop for contact icons.Cesar G2014-04-152-63/+24
| * | | [ticket/12265] Break the icons that aren't in loop in case extensions add moreCesar G2014-04-152-0/+12