Commit graph

778 commits

Author SHA1 Message Date
GitHub Merge Button
f60a9cce17 Merge f05fc7ba31 into 7232dff6db 2012-01-08 06:49:59 -08:00
John McLear
7232dff6db Merge pull request #306 from 0ip/patch-7
Disables line numbers on mobile devices (fix for #304 and #305)
2012-01-08 06:49:56 -08:00
John McLear
dc2448d0e1 Merge pull request #313 from jhollinger/fix_ie_cursor
Fix cursor jump in IE when clicking edit buttons
2012-01-08 06:43:38 -08:00
John McLear
9443525b88 Merge pull request #318 from TimWolla/htmlValidity
Made pad.html more valid
2012-01-08 06:04:33 -08:00
TimWolla
12fc8226f0 Made pad.html more valid
- & -> &
- Removed duplicate ID in one Tag
2012-01-08 13:55:34 +01:00
Jordan
ca70a7772a Fix cursor jump in IE when clicking edit buttons 2012-01-02 20:45:31 -05:00
Peter 'Pita' Martischka
d73f053b5a Merge pull request #296 from jhollinger/api_fix
Bugfix to API calling indexOf on an undefined padID
2012-01-02 06:47:58 -08:00
Peter 'Pita' Martischka
4162f088a6 Merge pull request #302 from curiosity/master
Fix the url for nodejs installation
2012-01-02 06:47:18 -08:00
0ip
9203ac2362 (1) Support for x*720px phones (like Galaxy Nexus) (2) Fix for user popup 2011-12-31 18:16:50 +01:00
0ip
2481c1cb4f removed hackish code 2011-12-31 17:47:34 +01:00
0ip
a9a17e7360 properly disables line numbers on mobile devices (fix for #304 and #305) 2011-12-31 17:46:10 +01:00
Sankar P
50f67a57ad Fix the url for nodejs installation
Signed-off-by: Sankar P <sankar.curiosity@gmail.com>
2011-12-27 11:39:40 +05:30
booo
f05fc7ba31 refactor Pad.js; remove joose dependency 2011-12-23 22:06:04 +01:00
booo
8ac872bea8 handler/PadMessageHandler: fix minor bug I introduced 2011-12-22 23:30:07 +01:00
booo
095ab1ced0 utils/Abiword: use function after definition 2011-12-22 23:20:09 +01:00
booo
6a4f8f2b63 bin/jshint: add simple script for jshint 2011-12-22 14:52:09 +01:00
booo
3406ccc207 utils/contentcollector: use jshint 2011-12-22 14:42:46 +01:00
booo
73504e22f5 utils/Minitfy: use jshint 2011-12-22 14:17:42 +01:00
booo
aa5933a7d5 utils/ExportDokuWiki: use jshint 2011-12-22 14:11:39 +01:00
booo
325ab65055 utils/ExportHtml: nearly jshint compatible 2011-12-22 14:06:30 +01:00
booo
ef1baf9510 package.json: update log4js 2011-12-22 13:45:01 +01:00
booo
0f0a3b7e29 package.json: add jshint as devDependency 2011-12-22 13:42:49 +01:00
booo
acbb75c147 handler/ExportHandler: use jshint 2011-12-22 13:40:46 +01:00
booo
c26c45309a utils/Changeset: use jshint 2011-12-22 13:36:01 +01:00
booo
6985b93013 utils/contentcollector: use jshint 2011-12-22 13:34:16 +01:00
booo
554ed186e9 utils/AttributePoolFactory: remove white spaces 2011-12-22 13:33:15 +01:00
booo
2a05f2d3df utils/Abiword: use jshint 2011-12-22 13:32:36 +01:00
booo
11568b1278 handler/TimesliderMessageHandler: use jshint 2011-12-22 13:30:56 +01:00
booo
e7b2a2b3b9 handler/SocketIORouter: use jshint 2011-12-22 13:21:45 +01:00
booo
9c126674b3 handler/PadMessageHandler: add stub for unimplemented MESSAGE type padoptions 2011-12-22 13:17:22 +01:00
booo
4fe4afe1b3 handler/PadMessageHandler: use jshint 2011-12-22 13:02:27 +01:00
booo
8e42192f2f handler/ImportHandler: use jshint 2011-12-22 12:28:25 +01:00
booo
da7098168e handler/APIHandler: use jshint 2011-12-22 12:26:56 +01:00
booo
1f41ef3365 db/SessionManager: use jshint 2011-12-22 12:02:28 +01:00
booo
8f208ca444 db/SecurityManager: use jshint 2011-12-22 12:01:32 +01:00
booo
d63b7cf188 db/ReadOnlyManager: use jshint 2011-12-22 12:00:47 +01:00
booo
928dfcb384 db/PadManager: use jshint 2011-12-22 12:00:04 +01:00
booo
ac74ba10d0 use jshint 2011-12-22 11:59:04 +01:00
booo
a07563b922 db/GroupManager: use jshint 2011-12-22 11:57:23 +01:00
booo
a505503e2f db/AuthorManager: use jshint 2011-12-22 11:56:13 +01:00
booo
2584f023d2 db/DB: removed white spaces 2011-12-22 11:55:21 +01:00
booo
07626170d4 db/API: use jshint 2011-12-22 11:54:32 +01:00
booo
224e82d8b0 server.js: use jshint 2011-12-22 11:53:19 +01:00
Jordan
7c84d8cc74 Bugfix to API calling indexOf on an undefined padID 2011-12-22 00:22:36 -05:00
booo
11746d974b README: add notice about jshint 2011-12-21 21:32:17 +01:00
booo
242e52d445 Minify.js: remove windows switch 2011-12-21 18:34:14 +01:00
booo
22332dbe9d fix issue #281; remove white spaces 2011-12-21 18:18:22 +01:00
Peter 'Pita' Martischka
ddf1cd345c Update package.json 2011-12-14 21:36:33 +01:00
Peter 'Pita' Martischka
609701961e Added some comments to help us documentating the code 2011-12-11 19:45:40 +01:00
John McLear
d20dcc7c57 fixed merge conflicts 2011-12-11 18:45:41 +01:00