Commit Graph

11 Commits (2.4)

Author SHA1 Message Date
iglocska a81894f14c chg: [CS] Changed to PSR-2
- to make contributions easier, adopted PSR-2
- used php-cs-fixer to rework the style
- *sniff sniff* Goodbye tab indentation
2018-07-19 11:48:22 +02:00
iglocska f5f1591335 fix: Fixed an issue with the roles model failing on stricter MySQL settings due to missing group by 2017-07-31 12:10:47 +02:00
Iglocska d0a65e96c2 fix: Fixed an issue where adding an attribute to an empty temlate as a first element caused an error, fixes #1635 2016-11-15 06:17:36 +01:00
iglocska 822b0bf8fa chg: Cleanup of the controllers and models
- removed incorrect, useless boiler plate comments
- kept useful comments intact
- added some missing line breaks to make the codebase a bit more uniform
- removed some obviously obsolete TODO comments
2016-08-25 11:38:37 +02:00
iglocska afe9b8a203 fix: Can't add Elements to a newly created Template. fixes #1188 2016-06-05 16:52:22 +02:00
Andreas Ziegler 0fe692c56a remove whitespace at end of line 2016-06-04 01:10:45 +02:00
Andreas Ziegler 898ea1d97c remove whitespace (space/tab) from empty lines 2016-06-04 01:08:16 +02:00
Iglocska e92268229d fix: Fix to an error with MISP and MySQL 5.7+ caused by no order clause on a distinct select query, fixes #1188 2016-05-29 22:36:07 +02:00
iglocska 9bede8e1b4 Further work on the templates 2014-06-25 09:56:33 +02:00
iglocska a4a987e027 More work on the templates
- Templates can now be created and populated
- Users can populate an event using a template (still needs work)
- File type elements are not yet implemented
2014-06-19 08:44:35 +02:00
iglocska f4e5c22865 Work on the templating system
- create a basic template
- add text elements to the template
- rearrange elements
2014-06-10 15:18:49 +02:00