mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-17 21:50:58 +00:00
1 line
9.0 KiB
JSON
1 line
9.0 KiB
JSON
[{"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307125722.606473, "message": "but only hosts it on \"http\" not \"https\"", "group_id": 236, "id": 1279540}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307125765.4669609, "message": "the thing is I can't include it in a kynetx app that fire on https", "group_id": 236, "id": 1279545}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307125635.5813389, "message": " I am opening this topic to plead the cause once again of a more flexible use resource", "group_id": 236, "id": 1279529}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307125709.90434, "message": "this js loads some other stuff ( css , img ) I don't even know about", "group_id": 236, "id": 1279537}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307126058.4138401, "message": "the other point is that I am working on an app that needs to include the same js files on 90 % of the domains it tiggers", "group_id": 236, "id": 1279591}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307126216.1625831, "message": "so two apps instead of one", "group_id": 236, "id": 1279620}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307125870.4510131, "message": "my host gives me some ssl but prefixed with another subdomain", "group_id": 236, "id": 1279564}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307125932.2509871, "message": "use resource doesn't know that of course and just changes \"http\" to \"https\" but can't get the file", "group_id": 236, "id": 1279574}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307126276.675395, "message": "can we expect a more flexible use resource shortly ?", "group_id": 236, "id": 1279625}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307125683.121088, "message": "let's say I need to call an external js library which is hosted somewhere else (on a CDN for example)", "group_id": 236, "id": 1279532}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307125813.893471, "message": "because use resource would try to get if from https where is doesn't exist", "group_id": 236, "id": 1279556}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307126085.6477439, "message": "but on google reader I need some js files NOT to be included or the app fails", "group_id": 236, "id": 1279594}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307126112.807694, "message": "I would need to create another ruleset just for google reader", "group_id": 236, "id": 1279603}, {"user_id": 763, "stars": [], "topic_id": 38012, "date_created": 1307388320.14219, "message": "1. Need a way to force the access to a particular protocol", "group_id": 236, "id": 1309745}, {"user_id": 763, "stars": [], "topic_id": 38012, "date_created": 1307388339.501189, "message": "2. Use resources based on rules, not entire app", "group_id": 236, "id": 1309753}, {"user_id": 763, "stars": [], "topic_id": 38012, "date_created": 1307388304.504288, "message": "Help me understand your issues:", "group_id": 236, "id": 1309740}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307388778.5027089, "message": "yes it would be sufficient in my situation if https was kept on http sites", "group_id": 236, "id": 1309930}, {"user_id": 763, "stars": [], "topic_id": 38012, "date_created": 1307388349.254271, "message": "anything else, getting as specific as possible?", "group_id": 236, "id": 1309758}, {"user_id": 763, "stars": [], "topic_id": 38012, "date_created": 1307388569.669703, "message": "on (1), would it be sufficient if a use resource that was written as https stayed that way, even if used on http? (http would still be written to https if run on https)", "group_id": 236, "id": 1309853}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307388444.0520761, "message": "you have summarized it well : 1 & 2 is what is needed", "group_id": 236, "id": 1309800}, {"user_id": 763, "stars": [], "topic_id": 38012, "date_created": 1307389924.7379341, "message": "that might be an easier change.", "group_id": 236, "id": 1310397}, {"user_id": 763, "stars": [{"date_created": 1307406987.9459059, "user_id": 30494}], "topic_id": 38012, "date_created": 1307403229.2967651, "message": "change comitted, though it is in the testing queue behind some fairly large changes, so it will be a few days before it's rolled out.", "group_id": 236, "id": 1314412}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307407021.956569, "message": "great. Thanks Sam. I really hope we will see \"2. Use resources based on rules, not entire app\" soon or later too", "group_id": 236, "id": 1314952}, {"user_id": 763, "stars": [], "topic_id": 38012, "date_created": 1307419480.447722, "message": "Discussed 2 with the team, and we like the idea, though it will require some refactoring to make it happen. The refactoring is also needed for other things, but is deep enough that it may be a little while.", "group_id": 236, "id": 1316756}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307460071.3829861, "message": "we need to be able to load the language file according to the users browser locale settings", "group_id": 236, "id": 1322485}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307459944.7520559, "message": "I have thought again about 2", "group_id": 236, "id": 1322459}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307460009.1715169, "message": "if we have just a use resource \"static_string\" inside rules life will be better but not good enough in my opinion", "group_id": 236, "id": 1322473}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307460107.4872811, "message": "so the \"use resource url\" needs to be dynamic", "group_id": 236, "id": 1322486}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307460043.223243, "message": "let's remember what is needed in case of a multilingual app", "group_id": 236, "id": 1322478}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307460390.1184139, "message": "( I mentioned that here : https://convore.com/kynetx/appbuilder-doesnt-save-some-foreign-languages-characters-correctly/ )", "group_id": 236, "id": 1322543}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307460489.295758, "message": "another requirement is that whatever mechanism will be used inside rules to load resources, it should be cachable by the browser ( https://convore.com/kynetx/include-and-execute-js-files-on-the-fly-with-json/ )", "group_id": 236, "id": 1322567}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307460570.408937, "message": "and if it is cachable it should also be possible to cacheburst the resources otherwise development becomes uncomfortable", "group_id": 236, "id": 1322588}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307461149.992368, "message": "( cachebursting could be handled internally by KOBJ or so if there was a devmode flag in meta block, otherwise if the use resource url is dynamic developers can handle that by themselves adding some cacheburst parameter in the url)", "group_id": 236, "id": 1322677}, {"user_id": 763, "stars": [], "topic_id": 38012, "date_created": 1307462717.6892791, "message": "use_resource() as an action is more flexible then the variable option as it enables more powerful modules.", "group_id": 236, "id": 1322951}, {"user_id": 763, "stars": [], "topic_id": 38012, "date_created": 1307463212.133498, "message": "I like the concept of a force cache bust.", "group_id": 236, "id": 1323059}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307462893.3456321, "message": "would it have this kind of syntax use_resource(\"someurl\",\"css\") , use_resource(\"someurl\",\"javascript\")?", "group_id": 236, "id": 1322992}, {"user_id": 763, "stars": [], "topic_id": 38012, "date_created": 1307463199.8091159, "message": "something like that, though we may just derive the type from the url.", "group_id": 236, "id": 1323058}, {"user_id": 763, "stars": [], "topic_id": 38012, "date_created": 1307463266.434051, "message": "that way, you can programatically bust the cache if needed.", "group_id": 236, "id": 1323071}, {"user_id": 763, "stars": [], "topic_id": 38012, "date_created": 1307463225.1883831, "message": "use_resource(\"someurl\") with cachebust = true;", "group_id": 236, "id": 1323061}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1307463381.2800181, "message": "excellent", "group_id": 236, "id": 1323100}, {"user_id": 763, "stars": [], "topic_id": 38012, "date_created": 1308585421.5924339, "message": "the runtime has been updated to not force https back to http. If your use resource line specifies https, it will stay that way, no matter the host page protocol.", "group_id": 236, "id": 1439707}, {"user_id": 30494, "stars": [], "topic_id": 38012, "date_created": 1308585729.5078149, "message": "cool", "group_id": 236, "id": 1439760}] |