Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-01-11 | respect visibility state when updating activecontrols during an ajax callback | ctrlaltca@gmail.com | |
2011-12-23 | small fix in TPanel | ctrlaltca@gmail.com | |
2011-12-22 | fix #187 | ctrlaltca@gmail.com | |
2011-12-21 | little doc updated related to previous commit | ctrlaltca@gmail.com | |
2011-12-21 | TLogger: fixed filterByControl method; added timestamp parameter; added ↵ | ctrlaltca@gmail.com | |
deleteLogs() method; refs #237 | |||
2011-12-21 | fix for #91; fixed TActiveCustomvalidator's behaviour and demo (more ↵ | ctrlaltca@gmail.com | |
discussion in the ticket) | |||
2011-12-21 | fixed #66 | ctrlaltca@gmail.com | |
2011-12-21 | fix #314 | ctrlaltca@gmail.com | |
2011-12-19 | committed patch from #378 | ctrlaltca@gmail.com | |
2011-12-06 | fix for #377 | ctrlaltca@gmail.com | |
2011-12-05 | reverted r2801, r2803, r2829's madness. | ctrlaltca@gmail.com | |
2011-12-03 | Added documentation for TWebControlDecorator (fixes #259); | ctrlaltca@gmail.com | |
Added missing bits to have TWebControlDecorator actually works. | |||
2011-12-02 | fixed tiny_mce's md5 file; updated HISTORY | ctrlaltca@gmail.com | |
2011-12-02 | TApplication: don't forget to initialize TGlobalization with its default ↵ | ctrlaltca@gmail.com | |
values when it gets created (fixes #375) |