Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-01 | committed additional patch for #235 | ctrlaltca | |
2012-06-01 | TActiveClientScript: remove scripts from the page after the browser ↵ | ctrlaltca | |
evaluated them | |||
2012-06-01 | fix a regression in THtmlArea introduced in r3148 | ctrlaltca | |
2012-05-29 | small fix to previous commit: use full version numbers 3.2.0-rc3 | ctrlaltca | |
2012-05-29 | version bump 3.2-rc3 | ctrlaltca | |
2012-05-29 | committed patch for #407 | ctrlaltca | |
2012-05-29 | fix #406; additionally removed some safe_mode related code since it's deprecated | ctrlaltca | |
2012-05-29 | Removed ajax rendering from TClientScript since it was a not-backward ↵ | ctrlaltca | |
compatible change. Added a TActiveClientScript control instead | |||
2012-05-28 | Patch for #404 | ctrlaltca | |
2012-05-25 | TActiveFileUpload: enforce method and enctype to avoid some browsers being ↵ | ctrlaltca | |
picky on controls created on ajax response | |||
2012-05-19 | fix #402 | ctrlaltca | |
2012-05-19 | added a warning to TClientScript; refs #401 | ctrlaltca | |
2012-05-18 | fix #401 | ctrlaltca | |
2012-05-18 | Partial patch for #401 | ctrlaltca | |
2012-05-15 | TActiveDatePicker's default value for the AutoPostBack property should be ↵ | ctrlaltca | |
true (both for backward compatibility and coherence with other active controls) | |||
2012-05-11 | Issue #210 Improvement: Auto-switch for TTabPanel | ctrlaltca | |
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 | 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 | 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-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-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 | 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 | |