Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-21 | Ported colorpicker | Fabio Bas | |
2013-11-21 | Ported TActiveDatePicker | Fabio Bas | |
2013-11-21 | Fixed TTextBox's AutoPostBack=true | Fabio Bas | |
2013-11-21 | Ported datepicker | Fabio Bas | |
2013-11-21 | Fixed Prado's stopObserving | Fabio Bas | |
2013-11-21 | Fixed DefaultButton | Fabio Bas | |
2013-11-03 | Ported TEventTriggeredCallback and TValueTriggeredCallback | Fabio Bas | |
2013-11-03 | Fix for TTimeTriggeredCallabck | Fabio Bas | |
2013-11-03 | Fixed evaluation of end-scripts on callback | Fabio Bas | |
Aka: fix js event creation on callbacks | |||
2013-11-03 | Ported TActiveFileUpload | Fabio Bas | |
2013-11-03 | Log ajax exceptions a bit better | Fabio Bas | |
Its still sucks because of the support to logger.js.. i suppose everybody uses a browser's console nowadays, so we'd better drop this away.. | |||
2013-11-03 | Fixed TActiveCustomValidator | Fabio Bas | |
2013-11-03 | Ported TActiveTextBox | Fabio Bas | |
2013-11-03 | Fixed TActiveRadioButton's validation | Fabio Bas | |
2013-11-03 | Fixed TActiveCheckbox's validation | Fabio Bas | |
2013-11-03 | Fixed TImageButton, TActiveImageButton | Fabio Bas | |
2013-11-03 | Merged lowpro.jquery.js inside prado.js and removed the unneeded bits | 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-10-21 | Ajax: clientside events and options | Fabio Bas | |
2013-10-20 | Ported ajax effects, Prado.Element.* | Fabio Bas | |
2013-10-19 | Started work on ajax | Fabio Bas | |
2013-10-16 | jquery port | Fabio Bas | |
2013-10-03 | During callback, separate loading of stylesheet files and code snippets; ↵ | Fabio Bas | |
fixes #480 | |||
2013-09-17 | Avoid triggering the default button of the form when pressing enter over a ↵3.2.2.03 | Fabio Bas | |
valid <a href='..'>; fixes #480 | |||
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-21 | ported r3259 to trunk/ | ctrlaltca | |
2013-01-19 | bumped year to 2013, integrated recent changes from branch/3.2 | ctrlaltca | |
2013-01-06 | backpotder r3238, r3239 to trunk/ | ctrlaltca | |
2012-08-30 | Prado.Element.setAttribute() : remove the "readonly" attribute when it's set ↵ | ctrlaltca | |
to false (the same already applies for "disabled") | |||
2012-08-16 | updated tinyMCE to 3.5.6 | ctrlaltca | |
2012-07-30 | test patch for #417 | 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-06-19 | committer patch for #408 | 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-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-18 | fix #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 | more tests fixing | ctrlaltca@gmail.com | |
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-03-29 | Fixed T[Active]DatePicker js | 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 |