22 Commits

Author SHA1 Message Date
Javier Abadia
221d790705 fixed proxy path 2014-01-22 00:19:44 +01:00
Javier Abadia
4961e62f56 minimal changes to make everything AMD compliant 2014-01-22 00:19:44 +01:00
Javier Abadia
84a0690902 refactored common code in one function 2014-01-18 21:58:23 +01:00
Javier Abadia
ce6e8ff391 better string concatenation 2014-01-18 21:51:00 +01:00
Javier Abadia
174ac112a7 changed for(in) to for(i;i<n;i++), see http://stackoverflow.com/questions/500504/why-is-using-for-in-with-array-iteration-such-a-bad-idea 2014-01-18 20:16:42 +01:00
Javier Abadia
6e08c15e19 use strict 2014-01-18 20:15:36 +01:00
andygup
c5e2742045 more changes to stability temp store undo functionality 2014-01-17 15:50:01 -07:00
andygup
593eb57ec4 Initial restructing of _reestablishInternet() and it’s related functionality. 2014-01-17 09:12:34 -07:00
andygup
5452dc7373 Fixed bug that prevent temp store deletes when multiple edits were cached. 2014-01-14 17:51:41 -07:00
andygup
fa1a50eb71 Fixed another undo bug. 2014-01-14 17:15:58 -07:00
andygup
3c1608054e Many edits to prepare for edit undo functionality. 2014-01-14 15:55:20 -07:00
andygup
5699d417e0 More changes related to handling rollback of an edit. Plus fixes for applyEdit bugs. Some changes were lost related to a corruption in my local git. 2014-01-14 12:00:33 -07:00
andygup
2aba3c7e03 more infrastructure to support rollback of an offline edit 2014-01-12 22:31:00 -07:00
andygup
d9efc11592 Closes #40. Also added tests to support that issue. 2014-01-10 18:20:54 -07:00
andygup
0ae10f89b4 rewrote event bus in OfflineStore 2014-01-09 18:07:13 -07:00
andygup
54292acdcd added ability to log all edits offline and online. Still needs some work. 2014-01-08 17:57:41 -07:00
andygup
376abbdecf Fixes #37, Previous commit fixes #27. Logs basic activity tracking in edit-basic UX 2014-01-08 13:52:03 -07:00
Javier Abadia
5e8bc33dca moved 'edit' directory to 'lib/edit' 2014-01-03 00:44:54 +01:00
andygup
25d67595b3 added duplicate edit event and changed web map ID back 2013-12-20 11:18:14 -07:00
andygup
0682a07c8f addt’l stabilization fixes to offlineStore. 2013-12-19 15:22:15 -07:00
andygup
ea922ad334 offlinestore now handling reestablishing internet connection properly 2013-12-18 17:51:34 -07:00
andygup
143eae00ae moved edit basic sample to /samples along w/ various css enhancements 2013-12-17 18:05:03 -07:00