]>
git.babelmonkeys.de Git - adhocweb.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Florian Zeitz [Sat, 18 Dec 2010 02:21:25 +0000 (03:21 +0100)]
Move status inside a object
Florian Zeitz [Wed, 1 Dec 2010 19:34:13 +0000 (20:34 +0100)]
Fix disconnection on leaving the page
Florian Zeitz [Thu, 4 Nov 2010 20:14:31 +0000 (21:14 +0100)]
Fix formatting
Florian Zeitz [Wed, 6 Oct 2010 21:49:29 +0000 (23:49 +0200)]
More robust fetching of features
* Only request items if adhoc feature is present
* Implement errback
Florian Zeitz [Wed, 6 Oct 2010 17:22:43 +0000 (19:22 +0200)]
Fix typo: Missing "="
Florian Zeitz [Wed, 6 Oct 2010 17:21:13 +0000 (19:21 +0200)]
Convert newlines to <br/>, for better readability
Florian Zeitz [Thu, 16 Sep 2010 21:01:55 +0000 (23:01 +0200)]
Stolen colors
Florian Zeitz [Thu, 16 Sep 2010 21:01:37 +0000 (23:01 +0200)]
Cancel command on "Query" if appropriate
Florian Zeitz [Thu, 9 Sep 2010 20:42:15 +0000 (22:42 +0200)]
Style fix: <select/> is used as part of forms too
Florian Zeitz [Thu, 9 Sep 2010 20:31:08 +0000 (22:31 +0200)]
Use readonly <input/>s for type="result" dataforms
Florian Zeitz [Thu, 9 Sep 2010 20:30:38 +0000 (22:30 +0200)]
Put initial queried JID in the query form
Florian Zeitz [Thu, 9 Sep 2010 20:15:13 +0000 (22:15 +0200)]
Some style changes
Florian Zeitz [Tue, 7 Sep 2010 23:06:02 +0000 (01:06 +0200)]
Event handling changes
* Use event.preventDefault() instead of just return false
* remove superfluous returns
* Add <a href='#'/> around commands for usability
Florian Zeitz [Thu, 26 Aug 2010 20:45:55 +0000 (22:45 +0200)]
Add input to query different JIDs
Florian Zeitz [Thu, 26 Aug 2010 18:24:20 +0000 (20:24 +0200)]
Use .empty() instead off removing childs
Florian Zeitz [Tue, 24 Aug 2010 22:41:26 +0000 (00:41 +0200)]
Send forms when executing commands
Florian Zeitz [Tue, 24 Aug 2010 18:20:44 +0000 (20:20 +0200)]
Use .df-item class to style dataform inputs
Florian Zeitz [Tue, 24 Aug 2010 18:20:35 +0000 (20:20 +0200)]
Coding Style
Kim Alvefur [Tue, 24 Aug 2010 06:50:09 +0000 (08:50 +0200)]
Add function to serialize forms
Florian Zeitz [Sun, 22 Aug 2010 22:35:43 +0000 (00:35 +0200)]
Add initial tiny stylesheet
Florian Zeitz [Sun, 22 Aug 2010 22:35:10 +0000 (00:35 +0200)]
Add ability to render forms (no submitting yet)
Florian Zeitz [Sun, 22 Aug 2010 13:23:59 +0000 (15:23 +0200)]
Implement "cancel" action
Florian Zeitz [Sun, 22 Aug 2010 12:48:41 +0000 (14:48 +0200)]
Initial commit