Commit graph

292 commits

Author SHA1 Message Date
Thibaut
6196e1dcc7 Prompt user before resetting the app
Closes #156.
2015-02-01 16:41:06 -05:00
Thibaut
c9cf6e2e87 Update Yii documentation (2.0.2) 2015-02-01 16:36:18 -05:00
Thibaut
5d48731419 Update Socket.io documentation (1.3.2) 2015-02-01 16:30:49 -05:00
Thibaut
526febac27 Update Sass documentation (3.4.11) 2015-02-01 16:28:37 -05:00
Thibaut
d8ada26d08 Update Redis documentation (2.8.19) 2015-02-01 16:24:53 -05:00
Thibaut
654930ba67 Update PHP documentation (5.6.5) 2015-02-01 16:21:39 -05:00
Thibaut
962fde0a72 Update Moment.js documentation (2.9.0) 2015-02-01 16:14:43 -05:00
Thibaut
1c7f442b4b Update MaxCDN documentation 2015-02-01 16:13:26 -05:00
Thibaut
794d28b00b Update Lo-Dash documentation (3.0.1) 2015-02-01 16:10:26 -05:00
Thibaut
1f2f2810af Update Less documentation (2.3.1) 2015-02-01 16:08:16 -05:00
Thibaut
4cebdaa3d7 Update Git documentation (2.2.2) 2015-02-01 15:59:09 -05:00
Thibaut
31d0f25035 Update and improve Express.js documentation (4.11.1) 2015-02-01 15:57:48 -05:00
Thibaut
87032011dd Add 'Getting started' to list of priority types 2015-02-01 15:57:23 -05:00
Thibaut
0f231637e1 Update Ember.js documentation (1.9.1) 2015-02-01 15:34:17 -05:00
Thibaut
683c4655b8 Update D3.js documentation (3.5.3) 2015-02-01 15:31:02 -05:00
Thibaut
8404892536 Update CoffeeScript documentation (1.9.0) 2015-02-01 15:29:15 -05:00
Thibaut
bff403399c Show guide/tutorial types at the top of the list 2015-01-22 13:19:31 -05:00
Thibaut
144642985d Fix error in DocPicker#activate 2015-01-22 12:19:39 -05:00
Thibaut
83681cb96c Avoid double element look-up 2015-01-22 12:17:35 -05:00
Thibaut
39e01bfce8 Search docs by name not slug
Fixes #151.
2015-01-16 08:10:50 -05:00
Thibaut
58a463d3d7 Improve IndexedDB error handling 2015-01-15 23:22:42 -05:00
Thibaut
eecbade78e Wrap app.DB#useIndexedDB in try/catch 2015-01-15 22:42:30 -05:00
Thibaut
bc2937b307 Increase xhr timeout when downloading docs 2015-01-13 21:06:55 -05:00
Thibaut
6c9441a76a Change ajax timeout option to seconds instead of milliseconds 2015-01-13 21:06:09 -05:00
Thibaut
20940d732a Fix app.Settings#applyLegacyValues when value is false 2015-01-13 20:53:46 -05:00
Thibaut
b8040a119c Offline mode is ready for prime time! 2015-01-13 20:45:36 -05:00
Thibaut
8ec7c85dd4 Fix race condition on offline page 2015-01-13 20:38:00 -05:00
Thibaut
e21ac0589c Wrap app.isMobile in try/catch 2015-01-13 20:28:02 -05:00
Thibaut
d570f7866b Decrease nav links padding on small screens 2015-01-11 22:43:39 -05:00
Thibaut
3dd07d2664 Tweak offline page Q&A 2015-01-11 22:43:39 -05:00
Thibaut
16486ff467 Force page reload when loading offline page in single doc mode 2015-01-11 18:44:00 -05:00
Thibaut
6a82830ab4 Add setting for updating offline docs automatically 2015-01-11 18:33:01 -05:00
Thibaut
ebd00f5a72 Check for offline doc updates automatically 2015-01-11 17:52:50 -05:00
Thibaut
71f3387eeb Add link to offline page 2015-01-11 17:25:12 -05:00
Thibaut
95f81055ad Add links to install/update/uninstall all docs 2015-01-10 18:47:40 -05:00
Thibaut
ebb39e95e8 Remove temporary news notif 2015-01-10 17:43:23 -05:00
Thibaut
b898ac18c8 Refactor settings 2015-01-10 17:41:19 -05:00
Thibaut
5c1a9ed640 Update copyright year 2015-01-05 21:21:29 -05:00
Thibaut
0231b84d5e Call preventDefault() on IDB errors so they don't bubble up to window.onerror 2015-01-05 21:20:11 -05:00
Thibaut
9b1d704e7c Fix loading entries with #fragment path from IndexedDB 2015-01-04 17:19:38 -05:00
Thibaut
be7d43ef89 Simplify offline links data attributes 2015-01-04 12:14:10 -05:00
Thibaut
e9fc1d3c68 Download/Delete -> Install/Uninstall 2015-01-04 12:10:54 -05:00
Thibaut
6e54d92f18 Cache the 'docs' IDB store in memory 2015-01-04 12:02:42 -05:00
Thibaut
d5e694553a Tweak offline page error message 2015-01-04 11:40:55 -05:00
Thibaut
e86f812aa9 Cache indexedDBVersion 2015-01-04 10:43:05 -05:00
Thibaut
f211124d14 Fully implement offline docs table 2015-01-03 18:56:37 -05:00
Thibaut
eb58c01ee5 Only check for buggy IndexedDB once 2015-01-03 18:22:12 -05:00
Thibaut
04676edd54 Don't keep the IndexedDB database open
Because it makes attempts to open the database in other tabs hang until that tab is close / the database is closed.
2015-01-03 18:17:21 -05:00
Thibaut
ada9949ac6 Fix race-conditions when rendering asynchronous pages 2015-01-03 17:33:27 -05:00
Thibaut
b38d94890d Add offline Q&A 2015-01-02 17:56:50 -05:00