269 Commits (9d6202ea2e3b62f215095f009148523279d5d490)

Author SHA1 Message Date
Qiang Xue 04bf51b01a Fixes #2392: Added `addCssStyle()`, `removeCssStyle()`, `cssStyleFromArray()` and `cssStyleToArray()` to `Html` 11 years ago
Carsten Brandt ac3ac5d107 added link about rendering of HTML attributes to Html helper 11 years ago
Alexander Makarov 43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 11 years ago
Carsten Brandt c9c7db9ae5 fixed several issues with apidoc generator 11 years ago
Carsten Brandt 9190e0f4dd Changed markdown library to cebe/markdown 11 years ago
Qiang Xue 26cb7b2a3c Renamed `fooVar` to `fooParam` for various classes. 11 years ago
Qiang Xue 20aff5330c added back fallback mechanism for generating salt. 11 years ago
Scott Arciszewski 660d3a57d6 Inconsistently insecure 11 years ago
Qiang Xue 80d69a6551 Renamed csrfParam back to csrfVar for consistency. 11 years ago
Dilip 2026eb85ac Update BaseHtml.php 11 years ago
Alexander Makarov dd26d39dd8 Removed unused namespace imports 11 years ago
Alexander Makarov 6ed9848591 Removed unused assignment 11 years ago
Alexander Makarov b21fd298c5 Fixed minor coding style issues 11 years ago
Carsten Brandt 262189533a huge amount of documentation link fixes 11 years ago
Carsten Brandt 296fc72d63 more clear docs about html options 11 years ago
Carsten Brandt f9dee9c951 Fixed an issue with Filehelper and not accessable directories 11 years ago
Carsten Brandt 21ae27b306 updated phpdoc properties 11 years ago
Alexander Makarov a37b35a4e1 Fixes #1897 11 years ago
John Was 26564fb9b5 fixed code style for assignments inside if conditions 11 years ago
John Was 07ce08d970 updated helpers/BaseFileHelper::findFiles description and comments in messages/config.php 11 years ago
John Was f90e594f4f remove _FLAG from PATTERN_FLAG constants 11 years ago
John Was b2b10d1685 more unit tests for helpers/FileHelper::findFiles using new wildcard exceptions matching 11 years ago
Qiang Xue 49c62e6846 typo 11 years ago
Qiang Xue 3dd3914a38 Fixes #2144: `Html` helper now supports rendering "data" attributes 11 years ago
Alexander Makarov 1e602adb6e - Fixed BaseFileHelper::localize docs. 11 years ago
Carsten Brandt 8473dda39b fixed stringHelper dirname to return empty string 11 years ago
Alexander Makarov 8bdc437bc2 Fixes #2079: 11 years ago
Carsten Brandt 0d669f5e6b refactored params methods in Request 11 years ago
John Was 6a84bfffba refactored flag names 11 years ago
John Was 86b4c4ee0a improved comments, method visiblity and exceptions 11 years ago
John Was 49e2c49384 advanced file excluding/including ported from git 11 years ago
Alexander Kochetov 6051253e6e BaseArrayHelper updated 11 years ago
Alexander Kochetov e5b30731c3 BaseHtml::listBox() incorrect array_key_exists() usage fix 11 years ago
Alexander Kochetov 0fe3245b26 BaseHtml::activeListBox() incorrect 'unselect' value fixed. 11 years ago
Alexander Kochetov bbc0226627 BaseHtml::activeDropDownList() fix for 'multiple' mode 11 years ago
Alexander Kochetov f645368e75 BaseHtml::listBox() allow to remove size attribute 11 years ago
Alexander Kochetov 7a7030e063 BaseHtml::listBox() default size settings removed 11 years ago
Qiang Xue 96f210f0d2 better fix for #1959. 11 years ago
Qiang Xue 777e22c1af Fixes #1959: `Html::activeCheckbox` wasn't respecting custom values for checked/unchecked state 11 years ago
Alexander Makarov 5a9823a5f4 A bit less stricter check as suggested by @qiang: 2aa8fc7171 11 years ago
Alexander Makarov 2aa8fc7171 Optimized #1959 code a bit 11 years ago
Kevin LEVRON f44605fff0 Fixes #1959 : compare model attribute with value/uncheck options 11 years ago
Qiang Xue 3f6fec3c55 refactored Json helper. 11 years ago
Qiang Xue afa72add38 proper handling of JsonSerializable. 11 years ago
Qiang Xue 58e847258f Renamed Request::maskedCsrfToken to csrfToken. 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Antonio Ramirez 5da62fab3a #196 refactored method name 12 years ago
Qiang Xue 0d814fa523 Moved "framework" to "iii". 12 years ago
Carsten Brandt 776162b05e created StringHelper::basename() 12 years ago
Antonio Ramirez 673d207253 Fix silly typo 12 years ago