Philip Weir
|
ccede1f272
|
Update links in comments and config to https where available (#9759)
|
2025-01-26 13:34:57 +01:00 |
|
Aleksander Machniak
|
8b11a9843e
|
Cleanup raise_error() use in password drivers
|
2024-05-16 19:29:08 +02:00 |
|
Michael Voříšek
|
a30e0ad438
|
Infer file/line location in rcube::raise_error() from backtrace (#9422)
* \n\s+'file' => __FILE__,
* \n\s+'line' => __LINE__,
* 'line' => __LINE__, 'file' => __FILE__,
* 'file' => __FILE__, 'line' => __LINE__,
* rest
* more
* improve cs
* more cs
* revert rcube_utils::preg_error changes
* impl file/line from backtrace
* Revert "revert rcube_utils::preg_error changes"
|
2024-04-21 11:48:35 +02:00 |
|
Michael Voříšek
|
4ee79b9e84
|
fix "explicit_string_variable" (#9315)
|
2024-01-22 08:05:59 +01:00 |
|
Michael Voříšek
|
6a53a1d853
|
Fix CS (whitespace, visibility) (#9297)
* Fix "method_argument_space"
* Fix "control_structure_continuation_position"
* Fix "new_with_parentheses"
* Fix "blank_line_before_statement"
* Fix "visibility_required"
* Fix some "array_indentation"
* Fix some "array_indentation" - unify all "rcube::raise_error" calls
* rm useless eslint ignores and add rules counts
* sort eslint ignores
* fix eslint ignores grammar
* Revert "Fix "blank_line_before_statement""
* fix CS 3.46.0
|
2024-01-04 14:26:35 +01:00 |
|
Michael Voříšek
|
2643be3eaa
|
Fix single quotes CS (#9283)
* Fix "single_quote"
* fix "escape_implicit_backslashes"
* fix typo from f363481c
* fix single quotes in JS
* fix some minor JS CS
* fix CS v3.45.0
|
2023-12-31 16:36:55 +01:00 |
|
Michael Voříšek
|
e7d7e62146
|
Modernize more basic CS II (#9254)
* fix "integer_literal_case"
* fix "phpdoc_separation"
* fix "phpdoc_var_without_name"
* fix "operator_linebreak"
* fix "no_alias_language_construct_call"
* fix "list_syntax"
* fix "concat_space"
* fix "array_syntax"
* fix "binary_operator_spaces"
* fix "binary_operator_spaces" relaxed
* fix "phpdoc_types_order"
* fix "phpdoc_trim"
* fix "native_type_declaration_casing"
* fix "method_chaining_indentation"
* fix "phpdoc_no_package"
* fix "elseif"
* fix PHP CS Fixer config itself too
* fix "native_type_declaration_casing"
|
2023-12-17 13:14:45 +01:00 |
|
Michael Voříšek
|
ca8b17d191
|
Modernize more basic CS (#9258)
* fix "yoda_style"
* fix "is_null"
* rm useless rule ignores
* add full "PhpCsFixer:risky" ruleset
* fix "implode_call"
* fix "no_alias_functions"
* fix "array_push"
* fix "long_to_shorthand_operator"
* fix "ternary_to_elvis_operator"
* fix "logical_operators"
* fix "fopen_flags"
* rename "returns" phpdoc tags to "return"
* fix "php_unit_construct"
* fix "function_to_constant"
* fix "php_unit_data_provider_return_type"
* fix "php_unit_set_up_tear_down_visibility"
* some safe "string_length_to_empty"
* fix "phpdoc_align"
* fix "phpdoc_no_alias_tag"
* fix "trailing_comma_in_multiline"
---------
Co-authored-by: Aleksander Machniak <alec@alec.pl>
|
2023-12-17 09:51:11 +01:00 |
|
Aleksander Machniak
|
14a94cf0d7
|
PHP8 fixes, CS fixes, short array syntax, tests
|
2020-12-09 21:11:46 +01:00 |
|
Aleksander Machniak
|
57c67db029
|
Remove year(s) from copyright headers + some cleanup
|
2019-04-16 10:42:45 +02:00 |
|
Aleksander Machniak
|
60922dc3d5
|
Password: Added password_username_format option (#5766)
|
2018-04-23 19:01:35 +02:00 |
|
Aleksander Machniak
|
4baf96a4ca
|
Added license headers to driver files, CS fixes
|
2014-09-08 09:50:59 +02:00 |
|
Aleksander Machniak
|
ce89ecd542
|
Fix various PHP code bugs found using static analysis (#1489086)
|
2013-05-06 12:23:27 +02:00 |
|
Aleksander Machniak
|
61be822d62
|
Remove deprecated functions (from bc.php file) usage in plugins
|
2013-01-18 15:24:49 +01:00 |
|
Mike Hennessy
|
a622b7d580
|
Update plugins/password/drivers/pam.php
The Ubuntu package php5-auth-pam renames the PECL PAM extension to pam_auth, so this file should check for both.
|
2012-12-26 11:54:13 -05:00 |
|
thomascube
|
48e9c14ebd
|
Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore
|
2012-03-31 12:25:48 +00:00 |
|