aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11010] Fix input type for urlsVjacheslav Trushkin2013-05-204-4/+4
| | | | PHPBB3-11010
* [ticket/11010] Fix email inputsVjacheslav Trushkin2013-05-205-7/+7
| | | | | | | Add type="email" to fields that should be email fields Change back to type="text" fields that might have wildcards or not necessary email PHPBB3-11010
* [ticket/11010] updating testsSenky2013-05-202-5/+4
| | | | PHPBB3-11010
* [ticket/11010] dealing with dimensions problem, removing extra codeSenky2013-05-204-7/+10
| | | | PHPBB3-11010
* [ticket/11010] Change input type to search for search formsVjacheslav Trushkin2013-05-209-8/+34
| | | | | | | | Change input type to search for search forms Replace search placeholder JS with placeholder attribute Add style for search placeholder PHPBB3-11010
* [ticket/11010] Add all HTML5 input types to ACPVjacheslav Trushkin2013-05-201-0/+12
| | | | | | Add all new HTML5 input types to functions_acp.php, handle them as text for now PHPBB3-11010
* [ticket/11010] Add HTML5 input types to installerVjacheslav Trushkin2013-05-201-0/+16
| | | | | | Add new HTML5 input types to installer PHPBB3-11010
* [ticket/11010] validation to match typeSenky2013-05-202-48/+48
| | | | PHPBB3-11010
* [ticket/11010] displaying min and max only if they are setSenky2013-05-201-2/+2
| | | | PHPBB3-11010
* [ticket/11010] fixing testsSenky2013-05-201-2/+38
| | | | PHPBB3-11010
* [ticket/11010] replacing maxlenght with maxSenky2013-05-203-62/+64
| | | | PHPBB3-11010
* [ticket/11010] applying some of EXreaction notesSenky2013-05-209-16/+16
| | | | PHPBB3-11010
* [ticket/11010] Try to keep min < max.Oleg Pudeyev2013-05-201-1/+1
| | | | PHPBB3-11010
* [ticket/11010] Mock user in order for the test to run standalone.Oleg Pudeyev2013-05-201-0/+5
| | | | PHPBB3-11010
* [ticket/11010] Progress toward fixing the test suite.Oleg Pudeyev2013-05-201-6/+6
| | | | PHPBB3-11010
* [ticket/11010] adding type="url" to 'site_home_url'Senky2013-05-201-1/+1
| | | | PHPBB3-11010
* [ticket/11010] fixing inputs types in memberlist_search.htmlSenky2013-05-202-5/+5
| | | | PHPBB3-11010
* [ticket/11010] adding type="number" to subsilver2Senky2013-05-208-22/+22
| | | | | | and removing it from prosilver wher it should not be. PHPBB3-11010
* [ticket/11010] adding type="number" and type="date" to prosilverSenky2013-05-206-18/+18
| | | | PHPBB3-11010
* [ticket/11010] adding type="number" to inputs in functions_profile_fields.phpSenky2013-05-201-9/+9
| | | | PHPBB3-11010
* [ticket/11010] adding type="number" to CPF int typeSenky2013-05-201-3/+3
| | | | PHPBB3-11010
* [ticket/11010] fixing problems with 4th parameter in number typeSenky2013-05-201-1/+2
| | | | PHPBB3-11010
* [ticket/11010] Changing email and url types in adm templatesVinny2013-05-202-4/+4
| | | | PHPBB3-11010
* [ticket/11010] yahoo and msn user search fields changed to email input typeVinny2013-05-201-2/+2
| | | | PHPBB3-11010
* [ticket/11010] Changing email and url input types in subsilver2 templatesVinny2013-05-207-11/+11
| | | | PHPBB3-11010
* [ticket/11010] Changing email and url input types in prosilver templatesVinny2013-05-207-9/+9
| | | | PHPBB3-11010
* [ticket/11010] adding type="number" in ACP; adding type="email" in installSenky2013-05-204-60/+74
| | | | PHPBB3-11010
* [ticket/11010] changing email and url input types in php filesSenky2013-05-203-6/+6
| | | | PHPBB3-11010
* [ticket/11010] adding new input types into build_cfg_template()Senky2013-05-201-0/+2
| | | | PHPBB3-11010
* Merge remote-tracking branch 'remotes/cyberalien/ticket/11558' into developNathan Guse2013-05-202-2/+15
|\ | | | | | | | | | | | | | | # By Vjacheslav Trushkin # Via Vjacheslav Trushkin * remotes/cyberalien/ticket/11558: [ticket/11558] Adjustments for notification link [ticket/11558] Fix styling for notifications link
| * [ticket/11558] Adjustments for notification linkVjacheslav Trushkin2013-05-203-12/+5
| | | | | | | | PHPBB3-11558
| * [ticket/11558] Fix styling for notifications linkVjacheslav Trushkin2013-05-193-1/+21
| | | | | | | | PHPBB3-11558
* | Merge remote-tracking branch 'EXreaction/ticket/11413' into developDavid King2013-05-2025-210/+516
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/11413: (23 commits) [ticket/11413] Revert some cache service related changes from earlier [ticket/11413] Use phpbb_user in test [ticket/11413] $user should have been $this->user [ticket/11413] Fix unit tests [ticket/11413] Translate the error [ticket/11413] Rename file to something more helpful [ticket/11413] Remove remaining irrelevant code to this PR [ticket/11413] Remove mock sql_insert_buffer.php (not relevant to PR) [ticket/11413] Remove conversion of user_notifications [ticket/11413] Correct copyright year [ticket/11413] Remove changes for ticket 11420 from this branch [ticket/11413] Include mock class [ticket/11413] Don't use the database for the convert test [ticket/11413] Test get_notification_type_id and _ids functions [ticket/11413] Use sql_insert_buffer [ticket/11413] Create test for notification conversion [ticket/11413] Fix test fixtures and tests [ticket/11413] Fix some more tests [ticket/11413] Fix notification tests [ticket/11413] Prevent recursive function calls ...
| * | [ticket/11413] Revert some cache service related changes from earlierNathaniel Guse2013-05-131-3/+3
| | | | | | | | | | | | PHPBB3-11413
| * | [ticket/11413] Use phpbb_user in testNathaniel Guse2013-05-131-1/+1
| | | | | | | | | | | | PHPBB3-11413
| * | [ticket/11413] $user should have been $this->userNathaniel Guse2013-05-131-1/+1
| | | | | | | | | | | | PHPBB3-11413
| * | Merge branch 'ticket/11413' of github.com:EXreaction/phpbb3 into ticket/11413Nathaniel Guse2013-05-133-2/+3
| |\ \
| | * | [ticket/11413] Translate the errorNathan Guse2013-05-102-1/+2
| | | | | | | | | | | | | | | | PHPBB3-11413
| | * | [ticket/11413] Rename file to something more helpfulNathan Guse2013-05-101-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11413
| * | | [ticket/11413] Fix unit testsNathaniel Guse2013-05-131-1/+1
| |/ / | | | | | | | | | PHPBB3-11413
| * | [ticket/11413] Remove remaining irrelevant code to this PRNathaniel Guse2013-05-035-28/+26
| | | | | | | | | | | | PHPBB3-11413
| * | [ticket/11413] Remove mock sql_insert_buffer.php (not relevant to PR)Nathaniel Guse2013-05-031-21/+0
| | | | | | | | | | | | PHPBB3-11413
| * | [ticket/11413] Remove conversion of user_notificationsNathaniel Guse2013-05-021-90/+0
| | | | | | | | | | | | PHPBB3-11413
| * | [ticket/11413] Correct copyright yearNathaniel Guse2013-05-021-1/+1
| | | | | | | | | | | | PHPBB3-11413
| * | [ticket/11413] Remove changes for ticket 11420 from this branchNathaniel Guse2013-05-023-162/+64
| | | | | | | | | | | | PHPBB3-11413
| * | [ticket/11413] Include mock classNathaniel Guse2013-04-302-0/+22
| | | | | | | | | | | | PHPBB3-11413
| * | [ticket/11413] Don't use the database for the convert testNathaniel Guse2013-04-302-22/+26
| | | | | | | | | | | | | | | | | | | | | Different databases seem to work slightly differently here and are causing errors PHPBB3-11413
| * | [ticket/11413] Test get_notification_type_id and _ids functionsNathaniel Guse2013-04-301-0/+29
| | | | | | | | | | | | PHPBB3-11413
| * | [ticket/11413] Use sql_insert_bufferNathaniel Guse2013-04-301-19/+8
| | | | | | | | | | | | PHPBB3-11413
| * | [ticket/11413] Create test for notification conversionNathaniel Guse2013-04-302-0/+166
| | | | | | | | | | | | PHPBB3-11413