Commit Graph

1667 Commits

Author SHA1 Message Date
Dmitriy Simushev
ac55ecc545 Minify js/source/update.js file 2014-08-08 11:51:38 +00:00
Dmitriy Simushev
f8b5cdafa2 Move JavaScript files related with style to style 2014-08-08 11:49:26 +00:00
Dmitriy Simushev
5feb4535d6 Fix automatic set of online status 2014-08-08 10:26:42 +00:00
Dmitriy Simushev
6d90246bbe Do not override "getFilesPath" method in the Abstract style class
Fixes #56
2014-08-08 10:15:12 +00:00
Dmitriy Simushev
c086ba176f Add info about building process 2014-08-07 11:25:37 +00:00
Dmitriy Simushev
c2aeeb07f9 Add gulp task for build the sources 2014-08-07 11:04:45 +00:00
Dmitriy Simushev
a9cd400834 Add a Gulp tasks for composer dependancies installation 2014-08-06 12:08:19 +00:00
Dmitriy Simushev
4594619a4a Provide an ability to export translations
Fixes #45
2014-08-06 08:52:12 +00:00
Dmitriy Simushev
668e724a01 Add option to override strings during import
Fixes #47
2014-08-05 14:15:02 +00:00
Dmitriy Simushev
cabdaed21d A user cannot start chat if all groups offline
Revert changes made in 324f5bf94e
2014-08-05 12:50:09 +00:00
Dmitriy Simushev
38bdf1318f Remove unused legacy code 2014-08-05 12:32:34 +00:00
Dmitriy Simushev
4ccd67e28a Do not work directly with session in "notify_operator_alive" func
Fixes #57
2014-08-05 11:39:44 +00:00
Dmitriy Simushev
6cdfb4a7bc Get operator from AuthenticationManager in UsersProcessor 2014-08-05 11:26:33 +00:00
Dmitriy Simushev
a99a839998 Add support for ".png" buttons
Fixes #48
2014-08-04 15:33:19 +00:00
Dmitriy Simushev
ef5c919803 Add timezone option to the config file
Fixes #55
2014-08-04 14:18:43 +00:00
Dmitriy Simushev
fdfb945ed0 Remove unneeded "check_coding_style" shell script 2014-08-04 13:59:13 +00:00
Dmitriy Simushev
bee65e50f7 Use Gulp.js instead of Ant for building 2014-08-04 13:53:18 +00:00
Dmitriy Simushev
324f5bf94e Treat operators online even if they don't belong to any groups
Fixes #51
2014-07-29 14:55:22 +00:00
Dmitriy Simushev
a8e98c1e08 Always use absolute URL for an invitation thread
Fixes 52
2014-07-29 14:09:23 +00:00
9e08c6f2a5 Fix typo in comment 2014-07-28 15:32:12 +04:00
Dmitriy Simushev
074f4652d1 Fix caching in localized strings saving
Fixes #49
2014-07-28 10:33:20 +00:00
Dmitriy Simushev
650faf25f6 Localize permission descriptions in "permission_descriptions" func 2014-07-28 10:12:12 +00:00
Dmitriy Simushev
4670851505 Localize permission descriptions
Fixes #50
2014-07-28 09:32:15 +00:00
Dmitriy Simushev
48bcea8f65 Use client-side templates names according to directory structure 2014-07-24 13:46:24 +00:00
Dmitriy Simushev
2ddae8e300 Clarify description for "Track operators" feature 2014-07-23 14:01:58 +00:00
Dmitriy Simushev
d04f703f35 Add option to track operators like any other visitors.
Fixes #46
2014-07-23 13:28:35 +00:00
Dmitriy Simushev
86f8cb5100 Display installation errors on a step page 2014-07-23 12:56:38 +00:00
Dmitriy Simushev
c4592d242a Fix error displaying on installation pages 2014-07-23 12:31:59 +00:00
Dmitriy Simushev
6a1ac9ada4 Update after installation login link 2014-07-23 12:25:18 +00:00
Dmitriy Simushev
62b8b3ceff Override "home" route in the installer routes 2014-07-23 11:50:27 +00:00
Dmitriy Simushev
4f49920526 Allow apache to process existing directories 2014-07-14 11:25:06 +00:00
Dmitriy Simushev
1a60aeac2e Remove trailing slash if it exists in a request
Fixes #36
2014-07-14 11:02:20 +00:00
Dmitriy Simushev
1a3062f2f9 Use more convenient name for the primary key in "translation" table 2014-07-14 10:35:50 +00:00
Dmitriy Simushev
14e709be37 Do not use "needChangePassword" template var 2014-07-14 10:25:59 +00:00
Dmitriy Simushev
5636b1ab3d Imporove localization strings import and saving 2014-07-14 10:23:49 +00:00
Dmitriy Simushev
67383cf052 Use YAML files for style configs 2014-07-14 08:59:13 +00:00
Dmitriy Simushev
2ba5c0e9b3 Use convenient names for database tables 2014-07-14 08:36:29 +00:00
Dmitriy Simushev
2af3df4bc6 Remove a stub for get_enabled_locales function 2014-07-11 15:15:59 +00:00
Dmitriy Simushev
e4829b9c04 Fix locales disable 2014-07-11 15:14:46 +00:00
Dmitriy Simushev
a63215f299 Replace HOME_LOCALE const with get_home_locale() func 2014-07-11 15:05:42 +00:00
Dmitriy Simushev
cca081b5c7 Replace DEFAULT_LOCALE const with get_default_locale() func 2014-07-11 14:36:37 +00:00
Dmitriy Simushev
803863571b Replace const CURRENT_LOCALE with get_current_locale() func 2014-07-11 14:26:14 +00:00
Dmitriy Simushev
e3e25f78d7 Reduce count of .htaccess files
Fixes #34
2014-07-11 13:33:59 +00:00
Dmitriy Simushev
7ce675da86 Remove outdated PHPUnit tests
Need new good tests.
2014-07-11 13:10:18 +00:00
Dmitriy Simushev
f33c686aab Lowercase database columns names 2014-07-11 13:00:11 +00:00
Dmitriy Simushev
bdd7d31bd5 Remove operator's avatar file when it is removed for UI
Fixes #39
2014-07-11 12:13:57 +00:00
Dmitriy Simushev
6ae53d90af Remove message about empty password and first login 2014-07-11 11:56:48 +00:00
Dmitriy Simushev
217ccb9e09 Fix phpdoc comments 2014-07-11 11:14:42 +00:00
Dmitriy Simushev
8a79393989 Add an ability to use non-default database port
Fixes #40
2014-07-11 11:09:17 +00:00
524302fb2e Prevent use of an invalid salt for Blowfish hashing of passwords 2014-07-11 09:20:49 +00:00