aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12334] Improve type_dropdown's test descriptionShitiz Garg2014-06-271-3/+3
* [ticket/12334] Group profile fields testShitiz Garg2014-06-277-0/+21
* [ticket/12334] Change get_profile_value_raw_data to profile_value_raw_dataShitiz Garg2014-06-276-12/+12
* [ticket/12334] Add get_profile_value_raw unit test for type_boolShitiz Garg2014-06-241-4/+52
* [ticket/12334] Add get_profile_value_raw unit test for type_dateShitiz Garg2014-06-241-0/+36
* [ticket/12334] Add get_profile_value_raw unit tests for type_dropdownShitiz Garg2014-06-241-0/+48
* [ticket/12334] Add get_profile_value_raw unit test for type_stringShitiz Garg2014-06-241-0/+30
* [ticket/12334] Add get_profile_value_raw unit test for type_urlShitiz Garg2014-06-241-0/+30
* [ticket/12334] Add get_profile_value_raw unit tests for type_intShitiz Garg2014-06-241-0/+54
* [ticket/12334] Removed testsPayBas2014-06-241-52/+0
* [ticket/12334] Dropdowns cannot be tested this wayPayBas2014-06-241-2/+2
* [ticket/12334] Added test get_profile_value_rawPayBas2014-06-241-0/+52
* [ticket/12334] Changed from valueid to value_rawPayBas2014-06-247-16/+16
* [ticket/12334] Implemented get_profile_valueid methodPayBas2014-06-247-1/+84
* [ticket/12334] Added field_novalue fall-back as requestedPayBas2014-06-241-2/+3
* [ticket/12334] Add PROFILE_FIELD_VALUEID template varPayBas2014-06-241-7/+9
* Merge pull request #2646 from prototech/ticket/12750Andreas Fischer2014-06-242-2/+6
|\
| * [ticket/12750] Center installation page copyright text.Cesar G2014-06-242-2/+6
* | Merge remote-tracking branch 'github-nickvergessen/ticket/12612' into develop...Nils Adermann2014-06-2416-97/+109
|\ \
| * | [ticket/12612] Prefix check_ids() with phpbb_Joas Schilling2014-06-236-17/+17
| * | [ticket/12612] Prefix mcp_sorting() with phpbb_Joas Schilling2014-06-236-7/+7
| * | [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused globalJoas Schilling2014-06-2310-39/+39
| * | [ticket/12612] Prefix module url functions with phpbb_Joas Schilling2014-06-234-27/+31
| * | [ticket/12612] Prefix upload_popup() with phpbb_Joas Schilling2014-06-232-3/+3
| * | [ticket/12612] Prefix handle_post_delete() with phpbb and remove unused globalJoas Schilling2014-06-232-4/+4
| * | [ticket/12612] Prefix custom UCP module function with phpbb_Joas Schilling2014-06-232-2/+10
| * | [ticket/12612] Prefix _sort_last_active() with phpbb_Joas Schilling2014-06-232-2/+2
| * | [ticket/12612] Prefix show_profile() with phpbb and delete unused globalJoas Schilling2014-06-232-4/+4
* | | Merge remote-tracking branch 'PayBas/ticket/12562' into develop-ascraeusCesar G2014-06-232-4/+6
|\ \ \ | |_|/ |/| |
| * | [ticket/12562] Add max-width to proSilverPayBas2014-06-222-4/+6
* | | Merge remote-tracking branch 'PayBas/ticket/12648' into develop-ascraeusCesar G2014-06-2320-296/+235
|\ \ \
| * | | [ticket/12648] RTL fix & ACP border fixPayBas2014-06-243-23/+40
| * | | [ticket/12648] Slightly clear ACP active tab borderPayBas2014-06-241-1/+2
| * | | [ticket/12648] Fix poll tab and revert unrelated color changePayBas2014-06-242-3/+7
| * | | [ticket/12648] Fix poll tab display errorPayBas2014-06-241-1/+1
| * | | [ticket/12648] Added ARIA functionalityPayBas2014-06-244-13/+13
| * | | [ticket/12648] Fix and modernize ACP header tabsPayBas2014-06-246-97/+76
| * | | [ticket/12648] More style fixes and also cleaned up CP left navigationPayBas2014-06-248-55/+51
| * | | [ticket/12648] IE8 & IE9 color fixPayBas2014-06-241-1/+1
| * | | [ticket/12648] Improve UCP/MCP/Posting tabsPayBas2014-06-247-139/+81
| | |/ | |/|
* | | Merge pull request #2642 from Nicofuma/ticket/12762Andreas Fischer2014-06-241-1/+1
|\ \ \
| * | | [ticket/12762] Make ext.php optional for extensionsTristan Darricau2014-06-231-1/+1
* | | | Merge pull request #2643 from nickvergessen/ticket/12763Andreas Fischer2014-06-2410-242/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | [ticket/12763] Remove invalid comment from oracle and postgres *_schema.sqlJoas Schilling2014-06-232-15/+0
| * | | [ticket/12763] Remove empty schema filesJoas Schilling2014-06-237-44/+23
| * | | [ticket/12763] Do not regenerate the *_schema.sql filesJoas Schilling2014-06-231-183/+0
|/ / /
* | | Merge pull request #2587 from dhruvgoel92/ticket/11528Andreas Fischer2014-06-239-159/+380
|\ \ \
| * | | [ticket/11528] Change click_submit() to accept id as paramDhruv2014-06-231-2/+2
| * | | [ticket/11528] Handle case when config file cant be written by installerDhruv2014-06-231-1/+6
| * | | [ticket/11528] Change NULL to nullDhruv2014-06-231-1/+1