source: Dev

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @433   12 years hendrikvanantwerpen Added ScaleWidget? and some CSS fixes.
(edit) @432   12 years hendrikvanantwerpen Split up and re-organized LESS. Not sure how it all works yet though.
(edit) @431   12 years hendrikvanantwerpen Added basic HTML linting. Added htmllint as grunt task. Moved jshint …
(edit) @430   12 years hendrikvanantwerpen Make dragging questions optional.
(edit) @429   12 years hendrikvanantwerpen Remove unused branch.
(edit) @428   12 years hendrikvanantwerpen Allow Selector to be a drag source.
(edit) @427   12 years hendrikvanantwerpen Display content elements on their own line. Use className iso 'class' …
(edit) @426   12 years hendrikvanantwerpen Added grunt tasks and code cleanup. Added grunt for less and jshint …
(edit) @425   12 years hendrikvanantwerpen Always use the LESS stylesheets.
(edit) @424   12 years hendrikvanantwerpen Moved everything to trunk.
(edit) @423   12 years hendrikvanantwerpen Prepare to move branch to trunk.
(edit) @422   12 years fpvanagthoven - Removed missing dependencies. - Fixed run scripts on Windows. - …
(edit) @421   12 years hendrikvanantwerpen Show responses with links in SurveyRun? overview.
(edit) @420   12 years hendrikvanantwerpen We can store answers for surveys now! Introduces SurveyRun?, which can …
(edit) @419   12 years hendrikvanantwerpen Also update module ids and include README with file layout description.
(edit) @418   12 years hendrikvanantwerpen Reflect new naming.
(edit) @417   12 years hendrikvanantwerpen Put all model dependent code in one place. More separation of general …
(edit) @416   12 years hendrikvanantwerpen Don't create new documents before editing them, because our validation …
(edit) @415   12 years hendrikvanantwerpen Support data validation and increase dendency separation. Added …
(edit) @414   12 years hendrikvanantwerpen Small issues for db name, widgets, startup. Don't start application …
(edit) @413   12 years hendrikvanantwerpen Start organizing server differently.
(edit) @412   13 years tjcschipper - Most visual bugs are gone now.
(edit) @411   13 years tjcschipper - LESS is finally ready for use. Some small visual bugs remain.
(edit) @410   13 years hendrikvanantwerpen Next steps to actually make taking surveys possible. Split Controller …
(edit) @409   13 years tjcschipper -Rest of LESS conversion
(edit) @408   13 years hendrikvanantwerpen Added config/ to build. It looks like top-level JS files (like …
(edit) @407   13 years hendrikvanantwerpen Added build infrastructure and reorganised code to match it. Page …
(edit) @406   13 years hendrikvanantwerpen Lots of small fixes. Make it possible to read survey answers (when a …
(edit) @405   13 years hendrikvanantwerpen Guarded widget startup() functions.
(edit) @404   13 years hendrikvanantwerpen Enable configuring multiple choice question items. Allow widgets in …
(edit) @403   13 years tjcschipper - Switched to LESS for stylesheets. Most of the conversion is done, …
(edit) @402   13 years hendrikvanantwerpen Created widgets for several input types. Work on multiplechoice …
(edit) @401   13 years hendrikvanantwerpen Switched to Dojo 1.8.0 Switched to Dojo 1.8, everything seems to …
(edit) @400   13 years hendrikvanantwerpen Fixed typo.
(edit) @399   13 years hendrikvanantwerpen Added survey viewer page. Added view.html page to view surveys. …
(edit) @398   13 years tjcschipper * Additional border colours for maximum flexibility.
(edit) @397   13 years tjcschipper * Fixed problem with QuestionEditorPreviewItem? colour inheriting not …
(edit) @396   13 years tjcschipper * Modifiers property on LineWithActions? and selectors is gone! Yay! …
(edit) @395   13 years tjcschipper * Fixed inheritBgColor CSS classes. Now works for buttons as well. …
(edit) @394   13 years jkraaijeveld * Added Free Text Input field
(edit) @393   13 years jkraaijeveld * Made the innerwidgets as seperate widgets instead of inheriting from …
(edit) @392   13 years hendrikvanantwerpen Prevent duplication of questions on refresh in survey page. Allow …
(edit) @391   13 years jkraaijeveld Reworked HeaderViewItem? and HeaderEditItem?
(edit) @390   13 years hendrikvanantwerpen * Removed some id's from elements in templates, these give problems …
(edit) @389   13 years hendrikvanantwerpen * List now inherits from BorderContainer?, so drop area is maximal. * …
(edit) @388   13 years hendrikvanantwerpen Made QuestionEditorPreview? a ContentPane? that scales with the layout …
(edit) @387   13 years hendrikvanantwerpen * Small fix for styling of LargeButtons? in TitleGroup?. * Renamed …
(edit) @386   13 years hendrikvanantwerpen * Changed questions view to return null for empty topic/categorie and …
(edit) @385   13 years hendrikvanantwerpen Removed old server directory.
(edit) @384   13 years hendrikvanantwerpen * Cleanup of the differen ListViews?, List & OrderedList?. Based …
(edit) @383   13 years jkraaijeveld - Cleaned up some code in the WidgetFactory? - Started out on multiple …
(edit) @382   13 years hendrikvanantwerpen * Added description to survey properties form. * Added crude loading …
(edit) @381   13 years jkraaijeveld Created the IntegerInput? inner widget. Stores properly and allows for …
(edit) @380   13 years hendrikvanantwerpen Ignore runtime data for elasticsearch
(edit) @379   13 years hendrikvanantwerpen Changed SurveyListView? to more general OrderedDndList?. Survey page has …
(edit) @378   13 years jkraaijeveld Created a factory for the inner widgets on the Question edit screen - …
(edit) @377   13 years jkraaijeveld QuestionEditorToolkit? now uses a TitleGroup? rather than an …
(edit) @376   13 years jkraaijeveld Started the QuestionEditorPreview? bit - now works with headers and …
(edit) @375   13 years jkraaijeveld Question editor now loads topic as well. Improved topic auto-completer …
(edit) @374   13 years jkraaijeveld Can now edit basic question properties and store them.
(edit) @373   13 years jkraaijeveld Renamed 'ListView?' to 'OrderedList?', to match the unordered 'List'.
(edit) @372   13 years jkraaijeveld Started work on loading questions into the question editor if the …
(edit) @371   13 years jkraaijeveld Session now also correctly removes the accounts (still question titles …
(edit) @370   13 years hendrikvanantwerpen Seperated question browser in TabbedQuestionBrowser? widget. Made …
(edit) @369   13 years jkraaijeveld Now shows e-mails in the account: field in a session on the session page.
(edit) @368   13 years jkraaijeveld Updated the autocompletion to not show anything until at least three …
(edit) @367   13 years jkraaijeveld Session page now has support for autocompletion (currently works on …
(edit) @366   13 years tjcschipper - AdaptiveForm? really isn't anything yet, but it's supposed to become …
(edit) @365   13 years jkraaijeveld - Added ElasticSearch?: framework which we can use together with …
(edit) @364   13 years jkraaijeveld Since lists where common, created a ListView? base class with basic …
(edit) @363   13 years hendrikvanantwerpen Fixed incompatibility of store with defined interface …
(edit) @362   13 years hendrikvanantwerpen Selector can be clicked on whole line now. Question editor in survey …
(edit) @361   13 years hendrikvanantwerpen Easier to change DB config, all docs in one file now.
(edit) @360   13 years hendrikvanantwerpen Removed controller dependency of Selector and SurveyList?. Selector …
(edit) @359   13 years hendrikvanantwerpen Application header is link to menu now. Links in menu page are …
(edit) @358   13 years tjcschipper Omgevingsbewustzijnde schalingsfunctie
(edit) @357   13 years hendrikvanantwerpen Updates session templates.
(edit) @356   13 years tjcschipper
(edit) @355   13 years tjcschipper - surveyEditor more or less works! Only needed change is addition of …
(edit) @354   13 years tjcschipper - Made change to _Page.js to destroy the page's child widgets on page …
(edit) @353   13 years hendrikvanantwerpen Added DB code to sessions page. Removed old static mockups. Removed …
(edit) @352   13 years hendrikvanantwerpen Allow CouchDB to be configured through redirect as well.
(edit) @351   13 years hendrikvanantwerpen Apache DB proxy setup included.
(edit) @350   13 years hendrikvanantwerpen Merge and integrate mockups in proper pages.
(edit) @349   13 years tjcschipper - Finally fixed icon offsets and added a couple new icons for use in …
(edit) @348   13 years hendrikvanantwerpen Update dojo release
(edit) @347   13 years hendrikvanantwerpen [Client] Merged mockup into pages/ folder. [Client] Make client more …
(edit) @346   13 years tjcschipper - Made mSession.html Session Editor for demo. - Matching stylesheet - …
(edit) @345   13 years tjcschipper - Fixed Index Menu layout and overlays.
(edit) @344   13 years tjcschipper - mSessions.html is more or less done - mMenu.html is nearly done, …
(edit) @343   13 years hendrikvanantwerpen [Client] Changed store and pages to use CouchDB. [Client] Disabled …
(edit) @342   13 years tjcschipper - Fixed callbacks/actions in LineWithActionsWidgetThijs?.js. Previously …
(edit) @340   13 years tjcschipper - Fixed typo in rft/content.js description. No functionality touched, …
(edit) @339   13 years tjcschipper - Switched away from using custom themes, this allows us to use the …
(edit) @338   13 years tjcschipper - Changed linewithactions and selector -options- property to …
(edit) @337   13 years tjcschipper
(edit) @336   13 years tjcschipper
(edit) @335   13 years tjcschipper - Removed rft/ui/*Button classes, since they are not actually needed. …
(edit) @333   13 years tjcschipper - Added rft.ui.InlineButton?, which is another preset like LargeButton?
(edit) @331   13 years tjcschipper - Added two custom Button classes inheriting from dijit/form/Button. …
Note: See TracRevisionLog for help on using the revision log.