|
ffcdb223cc
|
Fix typos in comments
|
2016-12-23 15:33:49 +03:00 |
|
|
c70bdfcd90
|
Prevent system from using uninitialized values when configuration doesn't exists
|
2016-12-23 15:32:14 +03:00 |
|
|
d512573af8
|
Make sure that configuration file exist
Fixes #105
|
2016-12-23 15:21:13 +03:00 |
|
|
0527a9def1
|
Remove double escape of values in the tracked path of a visitor.
Fixes #137
|
2016-12-23 14:43:19 +03:00 |
|
|
09ef31e750
|
Update versions requirements for Gulp
|
2016-12-08 18:10:19 +03:00 |
|
|
9213453bc3
|
Merge pull request #176 from J-Fricke/php7
Implement PHP7 compatibility
|
2016-11-18 14:07:35 +03:00 |
|
Joshua Fricke
|
8c3cbf0489
|
feat: set min version for xamin/handlebars.php to ~0.10.3
|
2016-11-02 14:55:13 -07:00 |
|
Joshua Fricke
|
45ac4ec1ee
|
feat: update justblackbird/handlebars.php-helpers dependency to v1
* update .../String namespace to .../Text in Handlebars/Helpers.php
|
2016-09-22 13:42:12 -07:00 |
|
|
e3123d7c45
|
Update forgotten version number
|
2016-08-10 18:02:42 +03:00 |
|
|
680059dece
|
Fix code styling in the contributed code
|
2016-08-09 18:21:25 +03:00 |
|
|
e9526daf1c
|
Bump version
|
2016-08-09 18:07:11 +03:00 |
|
|
a2774b8fb9
|
Merge pull request #171 from Mibew/nav666-patch-1
Try to initialize session only once
|
2016-08-09 18:01:02 +03:00 |
|
|
5618a334d9
|
Merge pull request #170 from Mibew/Silron88-patch-2
Fix possible duplicate messages on submit
|
2016-08-09 17:54:17 +03:00 |
|
Silron88
|
8b32bebdc2
|
fix: if click send and before message is sended click send again then message will be duplicated
|
2016-08-08 18:51:54 +03:00 |
|
|
788a18f7f1
|
Merge branch 'patch-1' of https://github.com/nav666/mibew into nav666-patch-1
|
2016-08-08 18:40:57 +03:00 |
|
|
ad186da482
|
Update copyright notices
|
2016-08-08 18:31:45 +03:00 |
|
|
345cb1748a
|
Merge pull request #167 from candido1212/patch-1
Add missing localization constant
|
2016-08-08 17:25:12 +03:00 |
|
|
e8f07d27ef
|
Merge pull request #168 from nav666/patch-2
Fix issue with invalid default weight for memcached server in config
|
2016-08-08 17:24:08 +03:00 |
|
|
e64fe1eb17
|
Bump version
|
2016-06-28 16:20:12 +03:00 |
|
Dmitriy Simushev
|
e6dfd1dfec
|
Fix unused vars in JS code
|
2016-06-09 20:55:59 +00:00 |
|
Dmitriy Simushev
|
a56e775ab9
|
Make ES lint stop nagging about unused argument of catch statement
|
2016-06-08 18:20:00 +00:00 |
|
Dmitriy Simushev
|
ce3a59b13c
|
Remove unreachable js code
|
2016-06-04 14:03:37 +00:00 |
|
Dmitriy Simushev
|
85d1acad5e
|
Refer to jQuery as 'jQuery' and not '$'
|
2016-06-04 14:02:05 +00:00 |
|
Dmitriy Simushev
|
13dd999158
|
Add all missed semicolons to JS app
Yes, I know about ASI and that the simicolons are not actually
needed in most cases, but I belive the code looks better when
semicolons are in places.
|
2016-06-03 14:23:17 +00:00 |
|
Dmitriy Simushev
|
cb3bd91b76
|
Fix indent in JS app
|
2016-06-03 13:34:55 +00:00 |
|
Dmitriy Simushev
|
d5130ed655
|
Make sure all for-in loops works as expected
|
2016-06-02 23:20:24 +00:00 |
|
Dmitriy Simushev
|
199438285c
|
Merge branch 'stweil-typos'
|
2016-06-02 12:09:21 +00:00 |
|
Stefan Weil
|
a149731c46
|
Fix some typos in variable names and strings
Most of them were found by codespell.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2016-05-30 23:00:08 +02:00 |
|
Dmitriy Simushev
|
2e629df611
|
Add gulp task for JavaScript files linting
|
2016-05-30 13:15:50 +00:00 |
|
Dmitriy Simushev
|
fcdc1021af
|
Merge branch 'stweil-typos'
|
2016-05-28 10:11:03 +00:00 |
|
Stefan Weil
|
ce5cbaa850
|
Fix some typos in comments (most of them found by codespell)
Fix also an error string in Updater.php.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2016-05-28 12:02:30 +02:00 |
|
|
dcd243505d
|
Merge pull request #155 from aburakovskiy/master
Add ability to ban forever
|
2016-05-04 20:05:11 +03:00 |
|
Alexander Burakovskiy
|
4d32e942a3
|
Add ability to ban forever
|
2016-05-04 13:14:10 +03:00 |
|
nav666
|
95909d7ed4
|
Update default_config.yml
|
2016-04-07 02:41:19 +03:00 |
|
nav666
|
fad8ca5854
|
Update init.php
|
2016-04-07 02:24:01 +03:00 |
|
Candido
|
cd3778ca0d
|
Add translate to string "cannot load avatar"
|
2016-03-07 11:27:35 -03:00 |
|
Dmitriy Simushev
|
8fe1498847
|
Merge pull request #151 from aburakovskiy/master
Fix thread ban
|
2016-03-01 13:59:40 +03:00 |
|
Alexander Burakovskiy
|
0edc9657b4
|
Fix thread ban
|
2016-02-25 14:53:15 +02:00 |
|
|
9fe423db62
|
Fix syntax errors
|
2015-08-23 22:15:10 +03:00 |
|
Dmitriy Simushev
|
a9e7114375
|
Reduce duplication in get_operators_from_adjacent_groups function
|
2015-08-05 14:38:49 +00:00 |
|
Dmitriy Simushev
|
e150bd1d26
|
Mark get_all_groups_for_operator function as deprecated
|
2015-08-05 14:35:13 +00:00 |
|
Dmitriy Simushev
|
4c9f963aa7
|
Fix groups isolation
See #131 for details
|
2015-08-05 14:22:56 +00:00 |
|
Dmitriy Simushev
|
9d81661cfe
|
Fix history for operator without colleagues whose threads he can view
Fixes #132
|
2015-08-05 13:48:42 +00:00 |
|
|
fcd3cacfbc
|
Add brief update instruction into README
|
2015-07-24 13:23:42 +03:00 |
|
Dmitriy Simushev
|
3edc959096
|
Bump version
|
2015-07-14 11:38:49 +00:00 |
|
Dmitriy Simushev
|
d656d8fe38
|
Update PHPCode Sniffer
|
2015-07-08 10:07:11 +00:00 |
|
Dmitriy Simushev
|
eccbb59bcc
|
Require PHP's mbstring extension
Fixes #125
|
2015-06-19 11:26:03 +00:00 |
|
Dmitriy Simushev
|
8457e51717
|
Add THREAD_USER_IS_READY event
|
2015-06-19 11:15:07 +00:00 |
|
Dmitriy Simushev
|
227c7a9410
|
Localize message about no available updates at the "About" page
|
2015-06-10 13:02:01 +00:00 |
|
Dmitriy Simushev
|
9c92fda11b
|
Localize "Download" link caption at the "About" page
|
2015-06-10 12:54:34 +00:00 |
|