Commit Graph

2543 Commits

Author SHA1 Message Date
Igor Scheller 7d5d905fcf Moved $themes array to config 2017-07-20 01:14:28 +02:00
Igor Scheller b7ebb05b8e Passwords should be posted 2017-07-20 01:03:59 +02:00
Igor Scheller ec45216899 Merge remote-tracking branch 'engelsystem/feature-igel-rewrite' 2017-07-19 23:35:20 +02:00
msquare 9b3f6f557a update tests to work with phpunit version installed by composer 2017-07-19 21:49:04 +02:00
msquare 8ae0123635 unarrived angels can enter a shift (has been disabled for 33c3) 2017-07-19 21:32:42 +02:00
msquare 903a1f9790 remove 24h shift filter time range limit 2017-07-19 21:30:18 +02:00
msquare e93dd774a5 fix small issues on checking success of a db query 2017-07-19 21:28:26 +02:00
msquare 0d772ec908 Merge pull request #326 from MyIgel/master
Reapplied missing commits
2017-07-19 20:52:31 +02:00
Igor Scheller 6cfd309bef Changed recommended PHP Version to >= 7.0 2017-07-19 11:48:28 +02:00
Igor Scheller 3a1e460249 Changed $_GET, $_POST and $_REQUEST to use the Request object 2017-07-19 11:44:16 +02:00
Igor Scheller 04217834fa Reapplied "fix icon font path" 2017-07-17 23:44:39 +02:00
Igor Scheller cdf14f9d3f Reapplied "Merge pull request #321 from raboof/wantsToDrive" 2017-07-17 23:43:47 +02:00
Igor Scheller 317c91a22f Reapplied "Merge pull request #319 from jwacalex/gh_317_unable_to_edit_hidden_room_in_admin" 2017-07-17 23:08:15 +02:00
Igor Scheller a2b9edc6a3 Reapplied "Merge pull request #314 from Scriptkiddi/master" 2017-07-17 22:17:58 +02:00
Igor Scheller c8719e89fa Added phpunit and fixed typo 2017-07-17 18:54:58 +02:00
msquare 20e0765f57 remove german readme and add development readme #269 2017-07-16 18:41:57 +02:00
msquare 56814fa2fd Merge branch 'pr/316' into feature-igel-rewrite 2017-06-20 16:50:21 +02:00
msquare a5fc5bd097 fix icon font path 2017-05-24 14:26:31 +02:00
msquare 868780239f Merge pull request #308 from MyIgel/themes
Themes: Moved bootstrap and improved generate script
2017-05-24 14:06:38 +02:00
msquare ff4d176341 Merge pull request #321 from raboof/wantsToDrive
Improvements around 'wants_to_drive'
2017-05-01 10:20:58 +02:00
Arnout Engelen b688b928db Read wants_to_drive field correctly 2017-04-30 13:02:38 +02:00
Arnout Engelen 3d8dea3733 Form validation: should tick at least on license
Owning a car is not sufficient, select at least one kind of drivers' license
2017-04-30 13:01:33 +02:00
Arnout Engelen cf20b65902 Reword 'wants to operate a car for the PL'
As discussed in #sha2017-angel
2017-04-30 13:00:53 +02:00
msquare cb9a132790 Merge pull request #320 from opensamba/master
Adding pt_BR translation
2017-04-25 12:46:25 +02:00
samba 89a2617f11 Adding pt_BR translation 2017-04-25 05:24:11 +02:00
msquare 42908b744b Merge pull request #319 from jwacalex/gh_317_unable_to_edit_hidden_room_in_admin
first fix for #317. hidden rooms can be seen with admin_rooms priviledge
2017-04-15 08:40:50 +02:00
jwacalex b6d394e982 first fix for #317. hidden rooms can be seen with admin_rooms priviledge 2017-04-11 17:25:34 +02:00
msquare 7bbfe69583 Merge pull request #314 from Scriptkiddi/master
Add config no reply mail
2017-03-18 15:08:44 +01:00
Fritz Otlinghaus 1ca6ed3daf Update config.default.php
removed base_url since it was unused
2017-03-18 15:04:47 +01:00
Igor Scheller cd30017b97 Some fixes 2017-03-03 08:31:25 +01:00
Igor Scheller 37c32ad08f Added PDO::ATTR_EMULATE_PREPARES => false 2017-03-02 12:48:48 +01:00
Igor Scheller 68da2a4eb8 Renamed "default_theme" config to "theme" 2017-03-02 08:11:52 +01:00
Fritz Otlinghaus c9336840ff Update email_helper.php 2017-02-03 17:23:06 +01:00
Fritz Otlinghaus 6f367eefe0 Update email_helper.php 2017-02-03 17:14:46 +01:00
Fritz Otlinghaus 3502eba048 Update config.default.php 2017-02-03 17:01:32 +01:00
Fritz Otlinghaus 6ebbd9f17b Update config.default.php 2017-02-03 17:00:58 +01:00
Igor Scheller 781f830678 Fixes and improvements 2017-01-22 01:16:00 +01:00
Bot 3de0cc840f Removed spaces 2017-01-22 01:12:57 +01:00
Igor Scheller 8506d6d27e Refactoring: Config cleanup / moved to class 2017-01-21 23:07:20 +01:00
Bot 740026a9de Replaced [0-9] with \d 2017-01-21 20:12:48 +01:00
Bot 915ce28fee Replaced " with ' 2017-01-21 20:12:35 +01:00
Igor Scheller 9a3ad88834 Changed from mysqli to PDO, some refactorings, faster sql queries 2017-01-21 13:58:53 +01:00
Igor Scheller f7c09cb7ff Added exception handler 2017-01-20 21:12:19 +01:00
Igor Scheller 8254a79c58 Bugfixes & improvements 2017-01-03 15:59:33 +01:00
Igor Scheller 1c27bf1375 Removed $angeltype from function Shift_signup_allowed_* 2017-01-03 15:33:10 +01:00
Bot 55141154c0 Replaced " with ' 2017-01-03 15:32:59 +01:00
Bot 356b2582f3 PPHDoc, formatting, fixes, cleanup 2017-01-03 03:22:48 +01:00
Bot d71e7bbfad Formatting 2017-01-02 15:49:53 +01:00
Bot 7313e15ce8 PSR-2 formatting 2017-01-02 03:57:23 +01:00
Igor Scheller b839e40106 Require twbs/bootstrap via composer 2017-01-02 03:15:57 +01:00