Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-11 | fix for a small regression related to #181 | ctrlaltca | |
2012-05-10 | fix for #400 | ctrlaltca | |
2012-05-10 | fix for #399, addresses ratings.js and inlineeditor.js | ctrlaltca | |
2012-04-14 | updated docs | ctrlaltca@gmail.com | |
2012-04-14 | fix #394 | ctrlaltca@gmail.com | |
2012-04-14 | fix #396 | ctrlaltca@gmail.com | |
2012-04-14 | more tests fixing | ctrlaltca@gmail.com | |
2012-04-14 | more tests fixing | ctrlaltca@gmail.com | |
2012-04-14 | When rendering the <span> used as a placeholder for an invisible ↵ | ctrlaltca@gmail.com | |
activecontrol, set its style to display:none to ensure it's considered not-visible by clientside javascript | |||
2012-04-13 | Minor regression fix in TAutoComplete's js; | ctrlaltca@gmail.com | |
Fixed ActiveDropDownListtestCase, added a dummy selenium.css to avoid a 404 error while debugging test cases | |||
2012-04-13 | fixed regression in ActiveDatePicker and TEventTriggeredCallback introduced ↵ | ctrlaltca@gmail.com | |
in r3117 | |||
2012-04-13 | Added some pause in DatePickerTestCase to avoid a false positive | ctrlaltca@gmail.com | |
2012-04-13 | Update ActiveCustomValidator test case to support the new behavior due to ↵ | ctrlaltca@gmail.com | |
the fix of #91 | |||
2012-04-10 | Fixed a bug in TValueTriggeredCallback introduced in r3117 | Christophe.Boulain@gmail.com | |
2012-04-01 | TActiveListBox missed to include TActiveListControlAdapter | ctrlaltca@gmail.com | |
2012-03-29 | Fixed T[Active]DatePicker js | ctrlaltca@gmail.com | |
2012-03-26 | added some documentation for the changes introduced to fix #391 | ctrlaltca@gmail.com | |
2012-03-26 | phpdocumentor: mute some warning, raise ram usage | ctrlaltca@gmail.com | |
2012-03-25 | Reworked the patch for #391; now a TComponent-based controls can contain ↵ | ctrlaltca@gmail.com | |
methods prefixed by "js" to indicate that those methods can receive raw javascript. Such methods can be called both in a xss-safe, javascript-encoded way: $xxx->Property="yyy" and in a raw-javascript way: $xxx->jsProperty="zzz". Patch by gabor, documentation is on the way | |||
2012-03-25 | added $assoc and $depth parameters to TJavascript::jsonDecode() | ctrlaltca@gmail.com | |
2012-03-24 | patch for #393 + updated docs | ctrlaltca@gmail.com | |
2012-03-24 | Committer 2nd part of patch for #391 | ctrlaltca@gmail.com | |
2012-03-24 | committed alternative patch for #181 | ctrlaltca@gmail.com | |
2012-03-23 | Fixed #390 and #391 | ctrlaltca@gmail.com | |
2012-03-19 | Droppped php 5.2 support, require 5.3.3 (rc1 was breaking php 5.2 support ↵ | ctrlaltca@gmail.com | |
because of a broken change in TJavaScript::jsonEncode(), but nobody noticed in a month; previous php 5.3 version are broken) Droppped TJSON, not needed anymore Name this 3.2-rc2 (to distinguish problems from users caused by this change) | |||
2012-02-28 | Fix naming misconception in THttpSession:regenerate | GODZilla0480@gmail.com | |
2012-02-16 | fixed TActiveList* controls when globalization's charset is not utf8 | ctrlaltca@gmail.com | |
2012-02-14 | further SqlMap optimizations; refs #337 | ctrlaltca@gmail.com | |
2012-02-14 | applied proposed patch for #389 | ctrlaltca@gmail.com | |
2012-02-12 | updated quick start page "New features" | ctrlaltca@gmail.com | |
2012-02-12 | small update to build scripts | ctrlaltca@gmail.com | |
2012-02-12 | patch for #386 | ctrlaltca@gmail.com | |
2012-02-12 | patch for #388 | ctrlaltca@gmail.com | |
2012-02-12 | patch for #387 | ctrlaltca@gmail.com | |
2012-02-11 | cleaning away unused converters from phpDocumentor | ctrlaltca@gmail.com | |
2012-02-11 | additional patch for #382 | ctrlaltca@gmail.com | |
2012-02-09 | patch for #382 | ctrlaltca@gmail.com | |
2012-02-05 | Make validators' FocusOnError play nice with TCheckBoxList and TRadioButtonList | ctrlaltca@gmail.com | |
2012-02-02 | Added some dirty js code to get dropcontainer-relative offset for onDrop ↵ | ctrlaltca@gmail.com | |
events of draggable controls | |||
2012-02-01 | fix: css registration upon callback was missing some files from getting rendered | ctrlaltca@gmail.com | |
2012-01-29 | fix #383 | ctrlaltca@gmail.com | |
2012-01-28 | some fixes related to build scripts, now the "dist" task completes successfully | ctrlaltca@gmail.com | |
2012-01-25 | TJsonService: use TJavaScript::jsonEncode() instead of the old, slower TJSON ↵ | ctrlaltca@gmail.com | |
class | |||
2012-01-25 | updated HISTORY | ctrlaltca@gmail.com | |
2012-01-25 | patched #379 | ctrlaltca@gmail.com | |
2012-01-25 | controls.js sems to depend on effects.js, updated packages.php | ctrlaltca@gmail.com | |
2012-01-25 | fix for #381 | ctrlaltca@gmail.com | |
2012-01-23 | little improvement to TReCaptcha; refs #345, patch by gabor | ctrlaltca@gmail.com | |
2012-01-18 | fixed #380 (TCustomValidator's ControlToValidate should be optional); added ↵ | ctrlaltca@gmail.com | |
a quickstart example, updated 2 tests that were broken + HISTORY | |||
2012-01-12 | avoid a js warning in ie | ctrlaltca@gmail.com | |