| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/10737] Remove loading indicator. | Cesar G | 2014-04-23 | 1 | -1/+1 |
| | | | | | PHPBB3-10737 | ||||
| * | [ticket/10737] Enforce allow_live_searches setting in memberlist.php. | Cesar G | 2014-04-23 | 2 | -0/+8 |
| | | | | | PHPBB3-10737 | ||||
| * | [ticket/10737] Add config setting to disable live searches. | Cesar G | 2014-04-23 | 6 | -3/+33 |
| | | | | | PHPBB3-10737 | ||||
| * | [ticket/10737] Add loading indicator and alert box code to simple_footer.html. | Cesar G | 2014-04-23 | 1 | -0/+14 |
| | | | | | PHPBB3-10737 | ||||
| * | [ticket/10737] Load core.js and ajax.js in simple_footer.html. | Cesar G | 2014-04-23 | 1 | -0/+2 |
| | | | | | PHPBB3-10737 | ||||
| * | [ticket/10737] Set the username as the input value instead of redirecting. | Cesar G | 2014-04-23 | 2 | -6/+7 |
| | | | | | PHPBB3-10737 | ||||
| * | [ticket/10737] Drop subsilver2 changes. | Cesar G | 2014-04-23 | 2 | -17/+1 |
| | | | | | PHPBB3-10737 | ||||
| * | [ticket/10737] Add a more generic live search implementation. | Cesar G | 2014-04-23 | 2 | -62/+335 |
| | | | | | PHPBB3-10737 | ||||
| * | [ticket/10737] Clean up memberlist.php. | Cesar G | 2014-04-23 | 1 | -11/+20 |
| | | | | | PHPBB3-10737 | ||||
| * | [ticket/10737] Use dropdown for search results container. | Cesar G | 2014-04-23 | 3 | -19/+17 |
| | | | | | PHPBB3-10737 | ||||
| * | [ticket/10737] Adding delayed keyup and removing target_blank. | Suhaib Khan | 2014-04-23 | 3 | -28/+39 |
| | | | | | PHPBB3-10737 | ||||
| * | [ticket/10737] Using UTF-8 aware alternatives in PHP code. | Suhaib Khan | 2014-04-23 | 1 | -3/+3 |
| | | | | | PHPBB3-10737 | ||||
| * | [ticket/10737] Removing obsolete code. | Suhaib Khan | 2014-04-23 | 4 | -12/+8 |
| | | | | | PHPBB3-10737 | ||||
| * | [ticket/10737] Avoid hard-coding table row and use case-insensitive search. | Suhaib Khan | 2014-04-23 | 5 | -13/+36 |
| | | | | | PHPBB3-10737 | ||||
| * | [ticket/10737] Removing unnecessary/obsolete code. | Suhaib Khan | 2014-04-23 | 1 | -2/+1 |
| | | | | | PHPBB3-10737 | ||||
| * | [ticket/10737] Using JQuery events and JSON response. | Suhaib Khan | 2014-04-23 | 4 | -50/+33 |
| | | | | | PHPBB3-10737 | ||||
| * | [ticket/10737] Code fixes in AJAX search feature | Suhaib Khan | 2014-04-23 | 3 | -33/+32 |
| | | | | | PHPBB3-10737 | ||||
| * | [ticket/10737] Improvements over last commit | Suhaib Khan | 2014-04-23 | 3 | -68/+28 |
| | | | | | PHPBB3-10737 | ||||
| * | [ticket/10737] Adding username suggestions in "Find a member" using AJAX | Suhaib Khan | 2014-04-23 | 5 | -5/+132 |
| | | | | | PHPBB3-10737 | ||||
| * | Merge pull request #2036 from prototech/ticket/12201 | Joas Schilling | 2014-04-22 | 6 | -37/+58 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12201] Clean up ACP attachment management page * prototech/ticket/12201: [ticket/12201] Decreased pagination font size. [ticket/12201] Update select element to follow same design as prosilver. [ticket/12201] Increase sort font size just slightly. [ticket/12201] Add link to resync file stats after error. [ticket/12201] Fix typos in language pack. [ticket/12201] Display error and sorting options when there are no attachments [ticket/12201] Only the top pagination should be floated to the right. [ticket/12201] Rearrange pagination, sorting, and submit elements. [ticket/12201] Center the file size and mark columns. [ticket/12201] Separate pagination from table. | ||||
| | * | [ticket/12201] Decreased pagination font size. | Cesar G | 2014-04-15 | 1 | -0/+1 |
| | | | | | | | | | PHPBB3-12201 | ||||
| | * | [ticket/12201] Update select element to follow same design as prosilver. | Cesar G | 2014-04-15 | 1 | -0/+3 |
| | | | | | | | | | PHPBB3-12201 | ||||
| | * | [ticket/12201] Increase sort font size just slightly. | Cesar G | 2014-04-15 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-12201 | ||||
| | * | [ticket/12201] Add link to resync file stats after error. | Cesar G | 2014-04-15 | 3 | -14/+15 |
| | | | | | | | | | PHPBB3-12201 | ||||
| | * | [ticket/12201] Fix typos in language pack. | Cesar G | 2014-04-15 | 1 | -4/+4 |
| | | | | | | | | | PHPBB3-12201 | ||||
| | * | [ticket/12201] Display error and sorting options when there are no attachments | Cesar G | 2014-04-15 | 2 | -1/+8 |
| | | | | | | | | | PHPBB3-12201 | ||||
| | * | [ticket/12201] Only the top pagination should be floated to the right. | Cesar G | 2014-04-15 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-12201 | ||||
| | * | [ticket/12201] Rearrange pagination, sorting, and submit elements. | Cesar G | 2014-04-15 | 1 | -15/+16 |
| | | | | | | | | | PHPBB3-12201 | ||||
| | * | [ticket/12201] Center the file size and mark columns. | Cesar G | 2014-04-15 | 2 | -4/+8 |
| | | | | | | | | | PHPBB3-12201 | ||||
| | * | [ticket/12201] Separate pagination from table. | Cesar G | 2014-04-15 | 3 | -2/+6 |
| | | | | | | | | | PHPBB3-12201 | ||||
| * | | Merge pull request #2337 from prototech/ticket/12130 | Joas Schilling | 2014-04-22 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | | | | | | | | | | [ticket/12130] Fix issue with li:first-child in <ul> having a bullet in IE8. * prototech/ticket/12130: [ticket/12130] Fix issue with li:first-child in <ul> having a bullet in IE8. | ||||
| | * | | [ticket/12130] Fix issue with li:first-child in <ul> having a bullet in IE8. | Cesar G | 2014-04-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-12130 | ||||
| * | | | Merge pull request #2335 from Elsensee/ticket/12422 | Joas Schilling | 2014-04-22 | 1 | -2/+16 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12422] Fix debug warning in log search * Elsensee/ticket/12422: [ticket/12422] Add tests [ticket/12422] Fix debug warning in log search | ||||
| | * | | | [ticket/12422] Fix debug warning in log search | Oliver Schramm | 2014-04-20 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | | | PHPBB3-12422 | ||||
| * | | | | Merge pull request #2248 from Elsensee/ticket/12193 | Joas Schilling | 2014-04-22 | 2 | -0/+12 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12193] Fix broken HTML if SQL error occurs during migration * Elsensee/ticket/12193: [ticket/12193] Fix broken HTML if SQL error occurs during migration | ||||
| | * | | | | [ticket/12193] Fix broken HTML if SQL error occurs during migration | Oliver Schramm | 2014-04-19 | 2 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12193 | ||||
| * | | | | | Merge pull request #2334 from bantu/ticket/12423 | Joas Schilling | 2014-04-22 | 2 | -66/+97 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stable Composer Minimum Stability + Some Composer Dependency Updates * bantu/ticket/12423: [ticket/12424] Update Symfony component from v2.3.4 to v2.3.12. [ticket/12423] Move PHP CodeSniffer from non-stable 1.5.0RC4 to latest 1.5.2. [ticket/12423] Increase Composer minimum-stability to stable. | ||||
| | * | | | | [ticket/12424] Update Symfony component from v2.3.4 to v2.3.12. | Andreas Fischer | 2014-04-20 | 1 | -35/+35 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12424 | ||||
| | * | | | | [ticket/12423] Move PHP CodeSniffer from non-stable 1.5.0RC4 to latest 1.5.2. | Andreas Fischer | 2014-04-20 | 1 | -30/+62 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12423 | ||||
| | * | | | | [ticket/12423] Increase Composer minimum-stability to stable. | Andreas Fischer | 2014-04-20 | 1 | -1/+0 |
| | | |/ / | |/| | | | | | | | | | | PHPBB3-12423 | ||||
| * | | | | Merge remote-tracking branch 'PayBas/ticket/12347' into develop-ascraeus | Cesar G | 2014-04-20 | 3 | -4/+18 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12347: [ticket/12347] Remove unknown/unnecessary hack [ticket/12347] IE8 compatible CSS selector [ticket/12347] Changed from :after to :before [ticket/12347] Changed to the new navbar templates | ||||
| | * | | | | [ticket/12347] Remove unknown/unnecessary hack | PayBas | 2014-04-20 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12347 | ||||
| | * | | | | [ticket/12347] IE8 compatible CSS selector | PayBas | 2014-04-20 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12347 | ||||
| | * | | | | [ticket/12347] Changed from :after to :before | PayBas | 2014-04-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12347 | ||||
| | * | | | | [ticket/12347] Changed to the new navbar templates | PayBas | 2014-04-11 | 3 | -4/+18 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12347 | ||||
| * | | | | | Merge remote-tracking branch 'PayBas/ticket/12363' into develop-ascraeus | Cesar G | 2014-04-20 | 4 | -2/+6 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12363: [ticket/12363] Fix typo [ticket/12363] changed _winner_ to _most-votes_ [ticket/12363] Mark winning (most votes) results bar | ||||
| | * | | | | [ticket/12363] Fix typo | PayBas | 2014-04-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12363 | ||||
| | * | | | | [ticket/12363] changed _winner_ to _most-votes_ | PayBas | 2014-04-06 | 4 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12363 | ||||
| | * | | | | [ticket/12363] Mark winning (most votes) results bar | PayBas | 2014-04-06 | 4 | -2/+6 |
| | | |/ / | |/| | | | | | | | | | | PHPBB3-12363 | ||||
| * | | | | Merge pull request #2299 from nickvergessen/ticket/12390 | Andreas Fischer | 2014-04-20 | 1 | -0/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12390] Remove documentation, tests and other files from vendor/ * nickvergessen/ticket/12390: [ticket/12390] Add comment to composer.json to update the build target [ticket/12390] Move cleaning of vendor into it's own target [ticket/12390] Remove documentation, tests and other files from vendor/ | ||||
