Commit Graph

445 Commits (a3a3a440099ba27e3980ad885d9f250c85b442f3)

Author SHA1 Message Date
Glen a3a3a44009 Merge 7db0144647 into 9c4191949b 2016-01-30 20:33:24 +00:00
Pepijn Over 9c4191949b updating changelog/credits with finnish translation 2016-01-30 21:33:06 +01:00
Pepijn Over 2ed52f8a8d fixing invalid composer.phar package 2016-01-30 21:31:33 +01:00
Pep 6300e8103f Merge pull request #210 from celeroncool/develop
Added finnish translation and chrome mobile statusbar color
2016-01-30 21:27:05 +01:00
Pep b1647d2c3f Merge pull request #207 from loran750/patch-1
If pattern is set up, you cannot catch server problems
2016-01-30 21:13:47 +01:00
Pep c0b4264959 Merge pull request #218 from rigonijunior/develop
changed the character of capitalized to tiny is the correct the ediom…
2016-01-30 21:11:51 +01:00
Pep 051788ffda Merge pull request #235 from Southparkfan/patch-1
Translation fixes for NL language
2016-01-30 21:10:51 +01:00
Glen 7db0144647 updated tab spacing 2016-01-05 08:09:16 -07:00
Glen 67fa990b8e updated tab spacing 2016-01-05 08:07:55 -07:00
Glen 38c23b5507 Added CarrierSMS to Changelog 2016-01-05 06:26:56 -07:00
Glen 117a3df166 Sdded CarrierSMS support 2016-01-05 06:19:35 -07:00
Glen 4d6c6aa755 Issue #244 CarrierSMS
Added CarrierSMS.php class file to psm/Txtmsg directory
2016-01-03 20:30:36 -07:00
Glen 90e98e7bbf Issue #244 CarrierSMS
Added carriersms var/value pairs to 'en_US' lang file.
2016-01-03 20:26:13 -07:00
Glen 1a70ca7b7a Issue #244 CarrierSMS
Added CarrierSMS author to credits list
2016-01-03 20:23:32 -07:00
Glen 759a276c2a Issue #244 CarrierSMS
Added CarrierSMS to Notifications feature list below the pay-per-use SMS gateways.
2016-01-03 20:20:25 -07:00
Glen d95c7596c5 Issue #244 CarrierSMS
Added carriersms to installer queries to include 'carriersms' in users table
2016-01-03 20:16:12 -07:00
Glen 36720fcaa8 Issue #244 CarrierSMS
Added carriersms to executeInstall array
2016-01-03 20:12:43 -07:00
Glen e236d2b632 Issue #244 CarrierSMS
Added carriersms class to switch statement
2016-01-03 20:09:39 -07:00
Glen af35872b76 Issue #244 CarrierSMS
Added carriersms procedural changes
2016-01-03 20:01:47 -07:00
Glen d288ff133f Issue #244 CarrierSMS
Added carriersms to arrays and label info
2016-01-03 19:57:07 -07:00
Glen b65f94c900 Issue #244 CarrierSMS
Added carriersms to array and labell info
2016-01-03 19:55:25 -07:00
Glen 6420b04028 Issue #244 CarrierSMS
Added modal, labels and procedural modifications
2016-01-03 19:52:02 -07:00
Glen 0c23f3abc9 Issue #244 CarrierSMS
Added control-group info and input field, also added padding to pushover description to line up label and text.
2016-01-03 19:46:41 -07:00
Glen d5acf3b488 Issue #244 CarrierSMS
Added carriersms control-group labels and input field
2016-01-03 19:42:25 -07:00
Glen 2f1a2fb9bc Issue #244 CarrierSMS
Added carriersms labels to table structure
2016-01-03 19:35:49 -07:00
Glen 57bb5616c2 Issue #244 CarrierSMS
Added carriersms to option listwith additional help-block info.
2016-01-03 19:27:20 -07:00
Southparkfan 1cecc80845 Translation fixes for NL language 2015-10-19 14:28:29 +02:00
José Rigoni Jr 7035410c1e changed the character of capitalized to tiny is the correct the edioma pt_BR
changed the character of capitalized to tiny is the correct the edioma pt_BR 

line 152
2015-07-23 10:35:53 -03:00
Pep 57b9830c67 Merge pull request #213 from joglomedia/develop
Fix for issue #187 (Unable to connect to MySQL)
2015-06-17 12:21:08 -04:00
Edi Septriyanto a482ae5e27 Fix for issue #187 (Unable to connect to MySQL) 2015-06-17 23:15:10 +07:00
Pep 27769143a9 Merge pull request #205 from evazzadeh/patch-5
add charset for sending email
2015-06-16 11:48:19 -04:00
Sami Nieminen dbb24dd38e Fixed the statusbar color code place 2015-06-16 07:15:40 +00:00
Sami Nieminen 2fcb65036b Fixed the statusbar color code place 2015-06-16 07:14:06 +00:00
Sami Nieminen c0bed02151 Added Chrome mobile statusbar color per material design guidelines 2015-06-16 07:05:06 +00:00
Sami Nieminen 03617ff58d Added finnish translation, email messages are in english, as some email clients show finnish letters wrong. 2015-06-09 06:14:08 +00:00
Sami Nieminen 4bce8e24dd Finnish translation done and tested. Feedback appreciated! 2015-06-08 12:28:00 +00:00
Sami Nieminen 53ee67773e Translation done, testing begins... 2015-06-08 12:13:44 +00:00
Sami Nieminen bcfeaba773 Updated more strings, work in progress 2015-06-08 11:29:04 +00:00
Sami Nieminen 315e963cdb Added Finnish translation, work in progress 2015-06-04 10:52:11 +00:00
Laurent a02ea03399 If pattern is set up, you cannot catch server problems
The need : to have 3 differents error codes :

- Timeout
- Http status code
- pattern not found.

The error of status code or timebout where overwritten by pattern, if set up
2015-06-01 00:22:10 +02:00
Javad Evazzadeh Kakroudi 1c9823f165 add charset for sending email 2015-05-29 23:19:25 +04:30
Pepijn Over ffd9cfc6c8 [refactoring] renaming initialize() and initializeAction() methods to run() to correspond with router naming 2015-02-27 17:11:37 +01:00
Pepijn Over 8505a34292 [event] adding experimental support for user events 2015-02-27 17:06:22 +01:00
Pepijn Over 1123603f64 [refactoring] PSR-4 support through composer, mass-renaming all *.class.php to *.php to adhere to PSR-4 2015-02-27 15:18:37 +01:00
Pepijn Over dc54bf14ea [refactoring] moving UpdateManger to service container as util.server.updatemanager 2015-02-27 15:05:46 +01:00
Pepijn Over f63a39d92c [refatoring] adding symfony service container and upgrading symfony packages to 2.6 2015-02-27 14:34:28 +01:00
Pepijn Over 38a50cf7bb updating composer.phar to latest version 2015-02-27 13:44:16 +01:00
Pepijn Over 9370397555 issue #173: typo in display_errors 2015-02-27 12:17:12 +01:00
Pepijn Over 6172b35a81 issue #181: adding blank index files to prevent directory listing 2015-02-27 11:54:16 +01:00
Pepijn Over 51ff0f2044 updating copyright year in headers and email 2015-02-27 11:43:09 +01:00