Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-07 | Missed an include in previous commit | ctrlaltca | |
2012-07-07 | fix #414 | ctrlaltca | |
2012-07-07 | fix #413 | ctrlaltca | |
2012-07-05 | fix #412 | ctrlaltca | |
2012-06-25 | version bump3.2.0 | ctrlaltca | |
2012-06-25 | committed patch for #410 | ctrlaltca | |
2012-06-19 | committer patch for #408 | ctrlaltca | |
2012-06-16 | prado-cli: added generateAll command. Kudos to Daniel Sampedro Bello | ctrlaltca | |
2012-06-12 | TBaseActiveControl: permit the use of prefixes (Page, Parent, ..) when ↵ | ctrlaltca | |
setting the CallbackOptions property (refs #374) | |||
2012-06-12 | TBaseActiveControl: fix documentation and exception message | ctrlaltca | |
2012-06-04 | Related to r3159: Script rendering in ajax callbacks doesn't need to happen ↵ | ctrlaltca | |
inside form rendering; avoid using assert(), throw an exception instead | |||
2012-06-04 | After r3159 TTabPanel was not keeping the active TabView upon post back: fixed | ctrlaltca | |
2012-06-01 | removed a spurious ?> | ctrlaltca | |
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 | |