Timeline
02/19/12:
- 22:56 Ticket #787 (Ad an AddItems method to QListControl to add multiple items easily) created by
- Its very common to build an array, and then loop through it to add items …
- 20:12 Ticket #771 (Adding DB-based session management (and form-state management)) closed by
- fixed: (In [1403]) support for database backed session handler. EXPERIMENTAL. …
- 20:12 Changeset [1403] by
- support for database backed session handler. EXPERIMENTAL. Code by vaibhav …
- 02:03 SqlVariable created by
02/18/12:
- 12:50 Ticket #786 (Multi-level expansion does not expand intermediate nodes) created by
- If you have a few related objects in a chain, like this …
- 11:39 Ticket #784 (Escaping Strings properly for input) closed by
- fixed: (In [1402]) code by vaibhav, reviewed by vakopian. Fixes #784
- 11:39 Changeset [1402] by
- code by vaibhav, reviewed by vakopian. Fixes #784
- 10:07 Ticket #785 (QCheckBoxList not submitting) created by
- QCheckboxList is not correctly submitting values, and so changes are not …
- 06:18 Ticket #784 (Escaping Strings properly for input) created by
- Currently we are using addslashes to any SQL Variable which seems to be a …
02/17/12:
- 21:33 Ticket #781 (List Class names in AJAX drafts panel to show names in alphabetical order) closed by
- fixed: (In [1401]) code by vaibhav, reviewed by vakopian. Fixes #781
- 21:33 Changeset [1401] by
- code by vaibhav, reviewed by vakopian. Fixes #781
- 15:11 Ticket #783 (QDateTime contructor 'expects parameter 2 to be DateTimeZone, null given') closed by
- fixed: (In [1400]) reviewed by vakopian. Fixes #783
- 15:11 Changeset [1400] by
- reviewed by vakopian. Fixes #783
- 14:18 Ticket #783 (QDateTime contructor 'expects parameter 2 to be DateTimeZone, null given') created by
- New code in QDateTime calls parent constructor incorrectly. Passing NULL …
02/16/12:
- 17:48 Ticket #782 (Autocomplete problems fixed in current development version of jQuery UI.) created by
- If an Autocomplete has made a change, and still has the focus, and if you …
02/15/12:
- 18:12 QSessionFormStateHandler created by
- 17:56 FormState edited by
- (diff)
- 17:54 FormStateHandler created by
- 17:48 FormState edited by
- (diff)
- 17:46 QApplication edited by
- (diff)
- 17:45 configuration.inc.php created by
- 17:40 QFileFormStateHandler created by
- 17:32 QCubed created by
- 17:31 FileFormState created by
- 14:43 QApplication edited by
- (diff)
- 14:42 QueryString edited by
- (diff)
- 14:42 QueryString edited by
- (diff)
- 14:37 QueryString edited by
- (diff)
- 14:35 QApplication created by
- 14:32 QueryString created by
- 13:57 Ticket #781 (List Class names in AJAX drafts panel to show names in alphabetical order) created by
- If you really ask me, this is a shipstopper, at least for me! I use and …
- 08:30 Ticket #780 (Allow QDialog to be a child of QControl) created by
- Currently if QDialog is a child of a QControl (rather than QForm) …
- 07:17 Ticket #779 (time-only QDateTime objects have the wrong day after construction) created by
- As discussed in …
02/14/12:
- 00:26 Changeset [1399] by
- fixed time format bug
- 00:06 Changeset [1398] by
- remove unnecessary images; add new property ConstrainDates?; replace '$' …
02/13/12:
- 23:40 Changeset [1397] by
- fix 'undefined' variable issue
- 23:08 Changeset [1396] by
- new version with upgraded daterangepicker.jQuery.js
- 23:05 Ticket #778 (QDialog briefly shows content as unformatted text) created by
- Including a QDialog (JQuery UI) on a page that is set to not AutoOpen? will …
- 21:27 Ticket #776 (make QDialog handle height 'auto') closed by
- fixed: (In [1395]) reviewed by Alex. Fixes #776
- 21:27 Changeset [1395] by
- reviewed by Alex. Fixes #776
02/12/12:
- 02:03 Ticket #777 (QSanity class - check for the correct data type of a variable) created by
- Hello, As of now, if somehow a variable is passed in the 'load' function …
02/09/12:
- 01:42 Changeset [1394] by
- fix warnings
02/08/12:
- 21:16 Changeset [1393] by
- add DeleteCache? method, and use it in Save(), Reload() and Delete(). Refs …
02/07/12:
- 01:31 CommunityMembers edited by
- Added Vaibhav's entry (diff)
02/06/12:
- 22:12 Ticket #776 (make QDialog handle height 'auto') created by
- The new QDialog class is supposed to allow the value 'auto' for height as …
- 11:02 Changeset [1392] by
- break statements missing in switch. Refs #537
02/04/12:
- 20:59 Ticket #775 (QDateTime constructor buggy) created by
- As discussed in http://qcu.be/content/qdatetime-timezone-issue […] This …
- 20:11 Ticket #770 (Integration of memcached support into QCubed) closed by
- fixed: (In [1391]) code by vaibhav, modified and reviewed by vakopian. Fixes #770
- 20:11 Changeset [1391] by
- code by vaibhav, modified and reviewed by vakopian. Fixes #770
- 19:34 Changeset [1390] by
- missed from ticket 766. Refs #766
- 19:28 Ticket #766 (Integrating HTMLPurifier Library into QCubed) closed by
- fixed: (In [1389]) code by vaibhav, reviewed and modified by alex and vakopian. …
- 19:09 Changeset [1389] by
- code by vaibhav, reviewed and modified by alex and vakopian. Fixes #766.
02/03/12:
- 21:20 Ticket #763 (QListBox with QSelectionMode::Multiple doesn't set type required for js ...) closed by
- fixed: (In [1388]) reviewed by alex. Fixes #763
- 21:20 Changeset [1388] by
- reviewed by alex. Fixes #763
- 10:47 Changeset [1387] by
- don't ignore the Time Zone when constructing based on a given type. Refs …
02/02/12:
- 09:05 Ticket #767 (Make number of items in form and panel draft lists configurable) closed by
- fixed: (In [1386]) reviewed by alex. Fixes #767
- 09:05 Changeset [1386] by
- reviewed by alex. Fixes #767
- 08:32 Ticket #769 (QTextBox does not allow setting MaxLength in MultiLine mode) closed by
- fixed: (In [1385]) code by hdzierz, adapted and reviewed by vakopian. Fixes #769
- 08:32 Changeset [1385] by
- code by hdzierz, adapted and reviewed by vakopian. Fixes #769
- 08:26 Ticket #757 (optimization: optional type argument for QDateTime) closed by
- fixed: (In [1384]) code by Mile, adapted by vakopian, reviewed by alex. Fixes …
- 08:26 Changeset [1384] by
- code by Mile, adapted by vakopian, reviewed by alex. Fixes #757
- 08:20 Ticket #764 (move toJsObject() function from subclass to base) closed by
- fixed: (In [1383]) reviewed by alex. Fixes #764
- 08:20 Changeset [1383] by
- reviewed by alex. Fixes #764
02/01/12:
- 12:24 Ticket #774 (New plugin: QSnow Snowflakes Animation) created by
- I creates this plugin for the 2011 Holydays. Is based on the jqSnow plugin …
- 12:19 Ticket #773 (New Plugin: QelFinder File Manager) created by
- Create a new plugin for QCubed/QCodo Framework based on the jQuery File …
01/29/12:
- 12:21 Ticket #772 (Paginator to allow Google crawl your site.) created by
- The current implementation of pagination in QCubed depends entirely on …
- 01:44 FormStateHandlers created by
- 01:44 FormStates created by
- 01:44 FormState edited by
- (diff)
- 01:43 FormState created by
- 01:26 DeleteAll created by
01/28/12:
- 05:30 Ticket #771 (Adding DB-based session management (and form-state management)) created by
- When you want to run your QCubed based application over multiple servers, …
01/20/12:
- 08:27 Ticket #770 (Integration of memcached support into QCubed) created by
- Related thread: http://qcu.be/content/qcubed-memcache-integration-complete …
Note: See TracTimeline
for information about the timeline view.
