Colaua

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2016-03-08
07:51
Summary: make more clear in readme what is not yet implemented Leaf check-in: 92023212a7 user: ivan tags: trunk
2016-03-07
11:40
bump version to development check-in: 48ba69eb28 user: ivan tags: trunk
11:39
bump version to 0.1.1 Just fix the readme to mention the download and installation of the Mithril JavaScript file. check-in: 39c629160b user: ivan tags: trunk, 0.1.1
2016-03-01
17:59
bump version to development check-in: 3cfa8412a9 user: ivan tags: trunk
17:57
bump version to 0.1 The JS file will be stuck with this version until it does get actual updates. The version number will be increased in the readme file for each release. check-in: b92135e883 user: ivan tags: trunk, 0.1
17:45
Summary: site configuration instructions for Nikola check-in: 1191c9f2b9 user: ivan tags: trunk
16:57
Summary: replace ``url_replacer()`` call with absolute links in comment templates Pointed out by Chris Warrick, Nikola makes the path relative to the site root. check-in: 628ef3a000 user: ivan tags: trunk
12:16
Summary: add disabled JavaScript warning in Nikola comment template check-in: 91bbac17b6 user: ivan tags: trunk
12:09
Summary: use simpler ``post.meta()`` syntax in Nikola comment template check-in: fe8f8de1f0 user: ivan tags: trunk
12:03
add comment system support templates for Nikola check-in: cec48d1307 user: ivan tags: trunk
11:51
Summary: add delimiting comments to CSS file check-in: 635ee8f944 user: ivan tags: trunk
2016-01-02
11:07
Summary: bump version to development check-in: 5acabe603c user: ivan tags: trunk
11:06
Summary: bump version to 0.1a3 check-in: 405c4a8265 user: ivan tags: trunk, 0.1a3
11:05
Summary: make notice URL more recognizable in sample HTML file check-in: 97dfdd799e user: ivan tags: trunk
11:02
Summary: we're in 2016 now, happy new year! check-in: ad1f0b0c68 user: ivan tags: trunk
11:01
rename test HTML file check-in: 458eb0f78d user: ivan tags: trunk
11:00
Summary: mention sample HTML and CSS files in readme check-in: e057874995 user: ivan tags: trunk
2015-12-31
19:02
add sample CSS to make the example page a little nicer Somehow based on GNU social's rendering. check-in: 564e1d992f user: ivan tags: trunk
16:47
Summary: minor fixes to readme check-in: 3d89bba262 user: ivan tags: trunk
16:45
Summary: bump version to development check-in: c0fc668549 user: ivan tags: trunk
16:41
Summary: bump version to 0.1a2 check-in: 06b14e449f user: ivan tags: trunk, 0.1a2
14:53
Summary: add notice user name after avatar As done by GNU social itself. check-in: 02365ff781 user: ivan tags: trunk
10:51
Summary: bump version to development check-in: d9a997cbcb user: ivan tags: trunk
10:39
Summary: add version and public domain comment to JS code check-in: cf3d3bc68a user: ivan tags: trunk, 0.1a1
10:22
Summary: mention missing Nikola support in readme check-in: 01fb365c3a user: ivan tags: trunk
10:05
Summary: link to Fossil repo in readme check-in: 28e8504ab0 user: ivan tags: trunk
09:59
Summary: link to Tarteka and mention GNU social API in readme check-in: 9712675cd3 user: ivan tags: trunk
2015-12-30
22:56
Summary: instructions on using Colaua in an HTML page check-in: cc2a1ff442 user: ivan tags: trunk
21:55
Summary: mention Mithril in readme file check-in: 9e79dfb58f user: ivan tags: trunk
21:42
Summary: change name section title check-in: 681909d1a6 user: ivan tags: trunk
20:31
Summary: `Colaua.newOnId()` returns whether the component could be mounted check-in: 5d63a6bec9 user: ivan tags: trunk
20:24
Summary: some comments on `Colaua.newOnId()` check-in: 344e5cf2e2 user: ivan tags: trunk
20:16
Summary: add stylable help paragraph after notices The help text is heavily based on Tarteka's: <https://tarteka.net/2015/10/sistema-de-comentarios-bajo-gnu-social/>. check-in: 65f64ce353 user: ivan tags: trunk
19:43
move section and heading tags out of generated elements This gives more freedom for styling the page. check-in: da7cde41a0 user: ivan tags: trunk
19:35
Summary: wrap error and progress messages in stylable paragraph check-in: 0a6600b650 user: ivan tags: trunk
19:17
Summary: show message when while retrieving notices Notices are retrieved in the background and a redraw is issued when done. check-in: d769001192 user: ivan tags: trunk
11:51
Summary: factor out automatic initialization to `Colaua.newOnId()` check-in: 587b9d145a user: ivan tags: trunk
11:30
Summary: check that Colaua element and URL are present in document check-in: 258068dec0 user: ivan tags: trunk
11:17
accept attribute in HTML element to enable testing When testing is enabled, normal GET is used in the request, otherwise JSON-P is used by default. check-in: e5cd3653d5 user: ivan tags: trunk
2015-12-28
18:01
Summary: capitalize abbreviation in identifier for consistency check-in: 39e03cc69a user: ivan tags: trunk
17:57
Summary: escape quote to make Emacs syntax highlighting happy check-in: 8b05fd56fb user: ivan tags: trunk
17:56
move JavaScript code to an independent file check-in: 1978184ae4 user: ivan tags: trunk
17:41
Summary: accept both conversation and individual notice URLs They share the same identifier, so the conversion to API conversation URL is similar. Conversation URLs are needed in plain GNU social to see the full conversation, while notice URLs are used in Qvitter instead (in Qvitter the conversation URL redirects to the notice URL). check-in: 5954e2b55b user: ivan tags: trunk
15:03
Summary: link to conversation root notice check-in: 4672dffb68 user: ivan tags: trunk
14:37
Summary: move notice URL computation to model check-in: ac6b08f6c0 user: ivan tags: trunk
13:23
Summary: move notice to conversation URL translation to model check-in: bc80b86686 user: ivan tags: trunk
13:15
Summary: move notice list retrieval to model check-in: 33fe529113 user: ivan tags: trunk
12:52
Summary: compute notice URL and link to it This should be moved to the model part. check-in: 94e1f565e8 user: ivan tags: trunk
12:26
Summary: make notice HTML more similar to GNU social's This includes element CSS classes, but it's still missing individual notice links, which are not included in the conversation JSON. check-in: d286c5eaf9 user: ivan tags: trunk
11:42
Summary: include notice author avatar image check-in: 59b3019752 user: ivan tags: trunk