aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | [ticket/12090] Comment out broken testJoas Schilling2014-03-091-0/+3
| * | | | | | [ticket/12090] Move find() call to container and fix testsJoas Schilling2014-03-092-29/+33
| * | | | | | [ticket/12090] Split finding routes and returning routes into 2 methodsJoas Schilling2014-03-091-1/+1
| * | | | | | [ticket/12090] Make provider a service and inject it into the helperJoas Schilling2014-03-083-7/+5
| * | | | | | [ticket/12090] Fix pagination for routesJoas Schilling2014-03-082-32/+58
| * | | | | | [ticket/12090] Fix helper usage in functional controller testsJoas Schilling2014-03-071-27/+3
| * | | | | | [ticket/12090] Change redirect tests to use route()Joas Schilling2014-03-074-40/+23
| * | | | | | [ticket/12090] Pass route name to url() to allow admins to change the routesJoas Schilling2014-03-078-123/+133
| | |/ / / / | |/| | | |
* | | | | | Merge remote-tracking branch 'rxu3/ticket/12224' into developJoas Schilling2014-03-101-0/+34
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [ticket/12224] Add assign_block_vars_array() test.rxu2014-03-101-0/+34
* | | | | | [ticket/10945] Remove mark test incomplete for native search backendDhruv2014-03-081-5/+0
* | | | | | [ticket/10945] Fix Unit Tests as per new changes to split_keywordsDhruv2014-03-081-6/+6
* | | | | | [ticket/10945] Remove mark test incomplete for mysql and postgresDhruv2014-03-082-8/+0
* | | | | | Merge pull request #2087 from marc1706/ticket/12239Nathan Guse2014-03-061-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [ticket/12239] Move deprecated passwords functions to compatibility fileMarc Alexander2014-03-061-1/+1
* | | | | | [ticket/12236] Move AOL Instant Messanger field to custom profile fieldJoas Schilling2014-03-051-1/+0
* | | | | | [ticket/12237] Convert yahoo messanger to custom profile fieldJoas Schilling2014-03-051-1/+0
|/ / / / /
* | | | | [ticket/12235] Convert WLM to custom profile fieldJoas Schilling2014-03-041-1/+0
* | | | | [ticket/12187] Remove user_website functionalityJoas Schilling2014-03-031-1/+0
* | | | | [ticket/12234] Replace ICQ with custom profile fieldJoas Schilling2014-02-281-1/+0
* | | | | Merge remote-tracking branch 'nickvergessen/ticket/12205' into ticket/12205-d...Joas Schilling2014-02-251-0/+42
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | [ticket/12205] Do not display 0 for empty integers when show_novalue is offJoas Schilling2014-02-251-0/+42
| |/ /
* | | Merge pull request #2025 from marc1706/ticket/12183Nathan Guse2014-02-202-0/+135
|\ \ \
| * | | [ticket/12183] Check if database columns were updated before changing themMarc Alexander2014-02-191-3/+5
| * | | [ticket/12183] Test that login with old password doesn't work after resetMarc Alexander2014-02-171-13/+34
| * | | [ticket/12183] Test activating new password after resetMarc Alexander2014-02-171-1/+65
| * | | [ticket/12183] Make sure to undo changes to config in forgot_password_testMarc Alexander2014-02-111-0/+13
| * | | [ticket/12183] Add functional test for user password resetMarc Alexander2014-02-101-0/+35
* | | | Merge pull request #2021 from nickvergessen/ticket/12171Nathan Guse2014-02-202-0/+362
|\ \ \ \ | |_|_|/ |/| | |
| * | | [ticket/12171] Add functional tests for downloading attachmentsJoas Schilling2014-02-101-0/+345
| * | | [ticket/12171] Add functionality to upload attachments to submit_post() methodJoas Schilling2014-02-101-0/+17
* | | | Merge pull request #1994 from prototech/ticket/12158Nathan Guse2014-02-181-2/+17
|\ \ \ \
| * | | | [ticket/12158] Add test data for 0 items to validate_start() test.Cesar G2014-02-041-2/+17
* | | | | Merge pull request #2002 from prototech/ticket/12153Nathan Guse2014-02-183-15/+17
|\ \ \ \ \
| * | | | | [ticket/12153] Adjust pagination tests.Cesar G2014-02-033-15/+17
| |/ / / /
* | | | | [ticket/12169] Convert user_from to profile field locationJoas Schilling2014-02-101-1/+0
| |_|/ / |/| | |
* | | | Merge remote-tracking branch 'Marc/ticket/12170' into developJoas Schilling2014-02-103-4/+47
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'exreaction/ticket/12170' into ticket/12170Marc Alexander2014-02-071-4/+34
| |\ \ \ \
| | * | | | [ticket/12170] Test for 12170Nathan Guse2014-02-071-4/+34
| | | |/ / | | |/| |
| * | | | [ticket/12170] Assign schema keys in migration helper with data_depth 1Marc Alexander2014-02-072-0/+13
| |/ / /
* | | | Merge pull request #1988 from nickvergessen/ticket/12115Nils Adermann2014-02-1027-220/+0
|\ \ \ \
| * | | | [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-0627-220/+0
| |/ / /
* | | | [ticket/12175] Do not use admin account for file size limit testJoas Schilling2014-02-091-2/+9
* | | | [ticket/12175] Fix test for uploading a valid fileJoas Schilling2014-02-091-3/+5
* | | | [ticket/12175] Fix upload test for empty fileJoas Schilling2014-02-091-2/+1
|/ / /
* | | [ticket/11880] Move get_schema_steps function to a migrator helper classNathan Guse2014-02-055-5/+16
* | | [ticket/11880] Break up schema changes in the migratorNathan Guse2014-02-033-0/+216
|/ /
* | [ticket/12151] Remove old dependency from profile type in testsJoas Schilling2014-02-021-10/+0
* | Merge remote-tracking branch 'github-nickvergessen/ticket/11201' into developNils Adermann2014-02-022-17/+43
|\ \
| * | [ticket/11201] Add tables to constructor in testsJoas Schilling2014-01-181-3/+6