Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-20 | Fix #515 | Fabio Bas | |
2014-04-12 | Recaptcha controls converted to jQuery | gnits | |
Prototype-style calls replaced with jQuery-style calls | |||
2014-03-26 | Fix #506 | Fabio Bas | |
2014-03-25 | Fix #504 | Fabio Bas | |
2014-02-27 | TRatingList: try harder to find the Caption control | Fabio Bas | |
TRatingList uses a loose method to find its caption control, searching it by id within the page. If the element is not found in the page, try to find it inside the TRatingList’s NamingContainer | |||
2014-02-12 | Dropped Markdown for Parsedown | Fabio Bas | |
2014-01-29 | Avoid dependency loop between TRadioButton and TRadioButtonList | Fabio Bas | |
2014-01-10 | Optimization: avoid duplicate creation of T*CheckBoxList, T*RadioButtonList ↵ | Fabio Bas | |
js items | |||
2014-01-10 | Ported TRatingList | Fabio Bas | |
2014-01-10 | Fixed AutoPostback of TImageButton, TCheckBoxList, TRadioButtonList | Fabio Bas | |
2014-01-06 | Removed all @version $Id comments: they were managed by svn and are useless ↵ | Fabio Bas | |
with git | |||
2014-01-06 | Happy 2014! | Fabio Bas | |
2013-11-21 | Ported TSlider | Fabio Bas | |
2013-11-21 | Fixed a bug in TDatePicker rendering an unused TTextBox | Fabio Bas | |
2013-10-24 | More work on ajax | Fabio Bas | |
2013-10-24 | More ajax-related porting | Fabio Bas | |
Initial implementation of ajax error handling Fixed ajax modifications of select and checkboxes Partially ported TJavascriptLogger (used in tests) | |||
2013-09-30 | Fix use of TCallbackOptions with TActiveCheckBoxList, ↵ | Fabio Bas | |
TActiveRadioButtonList, TActiveRatingList | |||
2013-09-11 | Merge up to r3319 | Ciro Mattia Gonano | |
2013-07-24 | Upgrade to newly released 3.2.23.2.2 | Ciro Mattia Gonano | |
2013-04-24 | Update to 3.2.1 | Ciro Mattia Gonano | |
2013-01-25 | backported r3265 to trunk/ | ctrlaltca | |
2013-01-19 | bumped year to 2013, integrated recent changes from branch/3.2 | ctrlaltca | |
2013-01-07 | backported r3243 to trunk/ | ctrlaltca | |
2013-01-06 | backported r3241 to trunk/ | ctrlaltca | |
2013-01-06 | backported r3236 to trunk/ | ctrlaltca | |
2012-12-28 | Recommitted r3135 that got inadvertently reverted in r3159; fixes #394, #428 | ctrlaltca | |
2012-08-06 | patch for #419 | ctrlaltca | |
2012-07-12 | removed ?> from php files | ctrlaltca | |
2012-07-12 | standardize the use of unix eol; use svn properties to enforce native eol | ctrlaltca | |
2012-07-12 | happy new year | ctrlaltca | |
2012-07-12 | more documentation fixes | ctrlaltca | |
2012-07-07 | fix #414 | 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 | committed additional patch for #235 | ctrlaltca | |
2012-06-01 | fix a regression in THtmlArea introduced in r3148 | 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-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-11 | Issue #210 Improvement: Auto-switch for TTabPanel | 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 | more tests fixing | 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-24 | Committer 2nd part of patch for #391 | ctrlaltca@gmail.com | |
2012-03-23 | Fixed #390 and #391 | ctrlaltca@gmail.com | |
2012-02-14 | applied proposed patch for #389 | ctrlaltca@gmail.com | |
2012-02-09 | patch for #382 | ctrlaltca@gmail.com | |