Commit graph

55 commits

Author SHA1 Message Date
j
739da2976a handle escaped quotes in hash 2014-02-14 09:19:05 +00:00
rolux
3cad42ca28 URL controller: add options.getSort (some sort keys may only be valid for some items) 2014-02-09 06:36:31 +00:00
rolux
838dadafa3 Ox.URL: change the order of parts from view/span/sort to view/sort/span 2014-02-08 19:15:33 +00:00
j
8cba68a55f followup to r3240, only encode strings 2014-02-04 09:49:09 +00:00
j
64a92791ac only string values can be decoded 2014-02-03 19:07:11 +00:00
j
f858b779e8 use decodeValue for hash url keys/values too 2014-02-03 18:55:55 +00:00
rolux
b51dba0692 fix a bug in Ox.URL 2014-01-18 09:20:53 +00:00
rolux
5119a15173 Ox.URL: format pos,in,out as in,out if pos equals in 2014-01-17 12:50:29 +05:30
j
fda5c7eaa2 string spans can contain spaces, encode in url 2013-11-11 09:20:04 +00:00
rlx
00bbbd6af9 Ox.URL: allow for 'string' as a span type 2013-11-08 17:26:54 +00:00
j
19ae3c591a get rid of black background in chrome fullscreen mode; dont update url in fullscreen mode, fixes #1910 2013-10-25 13:49:14 +00:00
j
ab765a6f70 add that.options getsetter to Ox.URL 2013-10-07 19:16:23 +00:00
rlx
c7e25dc528 Ox.URL: encode/decode '<' and '>' (fixes #1837) 2013-08-27 15:12:19 +00:00
rlx
0c60ca25da Ox.URL: fix a bug when decoding multiple tabs in url 2013-08-27 15:02:23 +00:00
rlx
4c390cc236 cosmetic changes 2013-08-26 17:15:56 +00:00
rlx
9c0cc7fb40 cosmetic changes 2013-08-26 17:15:12 +00:00
rlx
ed127b0259 make sure queries that both start and end with '*' are not interpreted as starts/ends with 2013-08-26 17:09:50 +00:00
rlx
0378c58d26 fix #1836 (don't translate /* to /$)' 2013-08-26 17:03:38 +00:00
rlx
3c45a928c3 fix #1835 (in URLs, encode # in edit/text name or query) 2013-08-26 16:47:21 +00:00
rlx
d524d16508 fix #1830 (in URLs, encode slashes in edit/text titles) 2013-08-26 15:32:03 +00:00
rlx
c1cf48852b fix #1820 ('foo (bar)' query becomes 'foo (0)') 2013-08-26 15:21:02 +00:00
j
610720254d also replace %20 in item id in url 2013-08-17 15:48:01 +02:00
rlx
b0280295d2 _do_ encode '%' in values (to allow searching for the literal string '%5F') 2013-08-14 19:32:29 +00:00
rlx
5afbd57823 Ox.URL: encode ' ' as '_' and '_' as '%09' (tab) 2013-08-14 19:26:14 +00:00
rlx
08256a078f revert r2999 (no need to encode '%' if we can properly decode it) 2013-08-14 19:03:40 +00:00
rlx
51215c1cbe add and use Ox.decodeURI and Ox.decodeURIComponent 2013-08-14 18:53:13 +00:00
j
7576654e0d escape % in urls, fixes #1817 2013-08-14 18:31:50 +00:00
rlx
a5ad4466a4 Ox.URL: serialize hash as JSON 2013-07-12 12:02:17 +00:00
rolux
fadf032592 Ox.URL: invoke getSpan for durations 2013-07-12 11:00:51 +02:00
rlx
a2fb27d469 Ox.URL: add getPart option (page sections) 2013-07-11 15:13:10 +00:00
rlx
1115a33a5f Ox.URL: don't treat 7-digit numbers as dates 2013-03-06 10:00:41 +00:00
rolux
c869231d34 fix a bug in Ox.URL 2013-03-05 14:31:21 +00:00
rlx
35947ab77b Ox.URL: fix and update tests 2013-03-05 06:05:35 +00:00
rlx
fcd3089329 fix a bug in Ox.URL 2013-03-04 11:57:20 +00:00
rlx
4f9192f140 Ox.URL: correctly handle number spans 2013-03-04 11:19:09 +00:00
rlx
0989a41c8e update URL controller (handle hash, simplify getItem/getSpan/getHash) 2013-03-04 10:06:32 +00:00
rolux
978d44135a fix a typo in Ox.URL 2013-03-03 11:02:44 +00:00
j
b31a7d5be4 remove debug 2013-03-02 13:58:49 +00:00
j
326098c54f use first view if no view is set to construct span 2013-03-02 13:54:07 +00:00
j
fbf02bc0b2 add span type number, pass state.type to getSpan 2013-03-02 12:52:27 +00:00
rolux
aefc3e3a93 fix a bug in Ox.URL 2013-03-02 16:23:19 +05:30
rolux
49f7f011e9 Ox.URL: fix tests 2013-02-27 16:38:51 +05:30
rolux
aef603bf66 typo 2013-02-20 10:25:33 +05:30
rolux
61cb8b8dcc Ox.URL: add 'getHash' option 2013-02-20 10:21:43 +05:30
rolux
6a17a94603 fix URL controller 2013-02-19 17:12:16 +05:30
rolux
89ef5d5bbc fix URL controller 2013-02-18 19:35:16 +05:30
rolux
e96a1ef42e fix url controller 2013-02-18 17:48:46 +05:30
rolux
7aafed8d25 In Ox.URL, urldecode '<' and '>' 2013-02-18 16:26:20 +05:30
rolux
10328fc14b update URL controller 2013-02-18 14:59:15 +05:30
j
b520654e31 pass type to getItem function 2013-02-16 01:21:08 +00:00