Graphwip-tags-view-progress
Graph
wip-tags-view-progress
History Graph
History Graph
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
48157254c182 | Sybren A. Stüvel (sybren) | Fixed snag. | Nov 2 2016 | ||||
cf28e5a3f478 | Sybren A. Stüvel (sybren) | Unified "Add New File" and ".. Attachment" buttons. | Nov 2 2016 | ||||
6ea7386bd3ac | Sybren A. Stüvel (sybren) | "Add new attachment" button works. | Nov 2 2016 | ||||
90c6fdc37725 | Sybren A. Stüvel (sybren) | Handle empty attachments (no slug nor oid) and reject duplicate slugs | Nov 2 2016 | ||||
2a5b3dc53e3f | Sybren A. Stüvel (sybren) | Removed unused code. | Nov 2 2016 | ||||
dabc1a44b83d | Pablo Vazquez (pablovazquez) | Set icon for error message | Nov 2 2016 | ||||
eb1561136bb4 | Pablo Vazquez (pablovazquez) | Fix typo in attachments code | Nov 2 2016 | ||||
d24677992eae | Sybren A. Stüvel (sybren) | Datetimes in dynamic properties are now timezone-aware (but hardcoded). | Nov 2 2016 | ||||
e143b9cb7251 | Pablo Vazquez (pablovazquez) | Use undertitle filter when displaying node status | Nov 1 2016 | ||||
6faea83372dd | Pablo Vazquez (pablovazquez) | Fix rating on comments | Nov 1 2016 | ||||
d36dcad773df | Pablo Vazquez (pablovazquez) | Fix rated status for comments (was missing space between classes) | Nov 1 2016 | ||||
a385a373b972 | Pablo Vazquez (pablovazquez) | Typo in comments | Nov 1 2016 | ||||
8fa135d52e05 | Francesco Siddi (fsiddi) | Add license types and notes to asset node_type | Nov 1 2016 | ||||
6f460ee1271e | Pablo Vazquez (pablovazquez) | Fix for non existing attachments | Nov 1 2016 | ||||
8cc2cfb18976 | Pablo Vazquez (pablovazquez) | Don't use hardcode url for homepage | Nov 1 2016 | ||||
c672bc07fef6 | Pablo Vazquez (pablovazquez) | Only load comments on assets or posts | Nov 1 2016 | ||||
656944f1cedd | Sybren A. Stüvel (sybren) | Allow add_to_project() to take generator for node types | Nov 1 2016 | ||||
ab9d5c179353 | Sybren A. Stüvel (sybren) | CLI upgrade_attachment_schema: skip already upgraded nodes. | Nov 1 2016 | ||||
fe4d70c0d173 | Sybren A. Stüvel (sybren) | CLI upgrade_attachment_schema: also remove attachments form_schema | Nov 1 2016 | ||||
964e80772142 | Sybren A. Stüvel (sybren) | Give admin explicit permissions, instead of blindly granting everything. | Nov 1 2016 | ||||
3cf71a365f19 | Sybren A. Stüvel (sybren) | Forms for attachments work, VERY HACKISH Hardcodedness™ | Nov 1 2016 | ||||
5bd2c101feee | Sybren A. Stüvel (sybren) | Restore DB from 'cloud' subdir | Nov 1 2016 | ||||
aef775453742 | Sybren A. Stüvel (sybren) | Attachment rendering for posts & node descriptions. | Nov 1 2016 | ||||
d50d206e774b | Sybren A. Stüvel (sybren) | Gracefully handle non-existing files when renaming asset nodes. | Nov 1 2016 | ||||
28223159e78a | Sybren A. Stüvel (sybren) | Allow admin users to do everything. | Nov 1 2016 | ||||
a38e053c1ac1 | Sybren A. Stüvel (sybren) | Added CLI command to create blogs. | Nov 1 2016 | ||||
62ac12deffa0 | Sybren A. Stüvel (sybren) | Some more simplification | Nov 1 2016 | ||||
64ece744048a | Sybren A. Stüvel (sybren) | Cleaned up some blog post viewing code | Nov 1 2016 | ||||
bffbbad32332 | Sybren A. Stüvel (sybren) | Support Cerberus valueschema in ValidateCustomFields | Nov 1 2016 | ||||
8fb64c38d617 | Sybren A. Stüvel (sybren) | Removed API-side attachment parsing. | Nov 1 2016 | ||||
f72890cc59e4 | Sybren A. Stüvel (sybren) | Define standard set of node types | Nov 1 2016 | ||||
0929a80f2bd8 | Sybren A. Stüvel (sybren) | New data structure for attachments. | Nov 1 2016 | ||||
ff7101c3fec0 | Sybren A. Stüvel (sybren) | Small improvements in ValidateCustomFields() | Nov 1 2016 | ||||
590d07573515 | Sybren A. Stüvel (sybren) | New schema for attachments, using propertyschema/valueschema. | Nov 1 2016 | ||||
fa3406b7d005 | Sybren A. Stüvel (sybren) | only_for_node_type_decorator() now supports checking multiple node types | Nov 1 2016 | ||||
5805f4eb2a14 | Pablo Vazquez (pablovazquez) | Comments is now part of the base style | Nov 1 2016 | ||||
53cbe78ec111 | Pablo Vazquez (pablovazquez) | Use #comments-embed for embedding comments. Avoid duplicate ID | Nov 1 2016 | ||||
f4b5e49c2688 | Sybren A. Stüvel (sybren) | Return service account info from create_service_account() | Nov 1 2016 | ||||
499af034733a | Sybren A. Stüvel (sybren) | Gracefully handle 404 in get_user_info() | Nov 1 2016 | ||||
51c2c1d568c0 | Sybren A. Stüvel (sybren) | Make it possible for Pillar extensions to add service accounts. | Nov 1 2016 | ||||
144c5b88948d | Pablo Vazquez (pablovazquez) | Use statusBarSet() js function from Pillar | Nov 1 2016 | ||||
c9d7da3a42b0 | Pablo Vazquez (pablovazquez) | Attract and Flamenco icons | Oct 21 2016 | ||||
b59fcb5cba1a | Sybren A. Stüvel (sybren) | Prevent {{ url_for_node(...) }} crashing the planet when node doesn't exist. | Oct 21 2016 | ||||
7be8e9b9670b | Sybren A. Stüvel (sybren) | Show a nicer 404 error when something was deleted (instead of just "not there") | Oct 21 2016 | ||||
041722f71a04 | Sybren A. Stüvel (sybren) | Allow custom messages in the 404_embed.jade template | Oct 21 2016 | ||||
457a63ddcb89 | Pablo Vazquez (pablovazquez) | Notifications: Fix alignment of mark as read button | Oct 21 2016 | ||||
5677ae85325a | Sybren A. Stüvel (sybren) | Prevent errors when notification is linked to non-existing node | Oct 20 2016 | ||||
8d99f8fc2eab | Sybren A. Stüvel (sybren) | No more on-focus resizing; the "POST COMMENT" button moves away when you click… | Oct 20 2016 | ||||
09a21510a2f8 | Sybren A. Stüvel (sybren) | Comments: fixed issue cancelling reply & then posting top-level comment | Oct 20 2016 | ||||
73641ecc8ae0 | Sybren A. Stüvel (sybren) | Allow more tags in comments, including iframe (for video embedding) | Oct 20 2016 | ||||
b1da6de46e65 | Sybren A. Stüvel (sybren) | Comment textarea min height set when editing + only transition border-color | Oct 20 2016 | ||||
fceac015057e | Sybren A. Stüvel (sybren) | Set a nice minimum height when editing a comment | Oct 20 2016 | ||||
8b64f9140b53 | Sybren A. Stüvel (sybren) | Allow resizing of comment textarea | Oct 20 2016 | ||||
e1678537c034 | Sybren A. Stüvel (sybren) | Editing comments via PATCH on pillar-web, and some other comment fixes | Oct 20 2016 | ||||
d8686e5a14a6 | Sybren A. Stüvel (sybren) | Fixed comment rating | Oct 20 2016 | ||||
e71e6a7b32ad | Sybren A. Stüvel (sybren) | API for editing comments via PATCH | Oct 20 2016 | ||||
8352fafd21c4 | Sybren A. Stüvel (sybren) | Replaced markdown with commonmark module | Oct 20 2016 | ||||
db2680be8141 | Sybren A. Stüvel (sybren) | Removed unused import | Oct 20 2016 | ||||
c456696600cf | Sybren A. Stüvel (sybren) | Added TODO | Oct 20 2016 | ||||
ad1816c6172d | Sybren A. Stüvel (sybren) | log.warning → .info | Oct 20 2016 | ||||
8d3c4745aa20 | Sybren A. Stüvel (sybren) | Remove unnecessary form_schema fields. | Oct 20 2016 | ||||
3afeeaccd0df | Sybren A. Stüvel (sybren) | Removed permission keys from node type definitions. | Oct 20 2016 | ||||
7f4ad8578106 | Sybren A. Stüvel (sybren) | Count comments and replies, not just top-level comments | Oct 19 2016 | ||||
ea2be0f13d03 | Sybren A. Stüvel (sybren) | Major revision of comment system. | Oct 19 2016 | ||||
eea934a86a20 | Sybren A. Stüvel (sybren) | Added username to public user fields | Oct 19 2016 | ||||
f2f66d7a6c99 | Sybren A. Stüvel (sybren) | Moved subquery.py from Attract to Pillar, as it's useful for comments too. | Oct 18 2016 | ||||
aca54d76e011 | Sybren A. Stüvel (sybren) | Moved find_url_for_node() to its own module and made more pluggable. | Oct 18 2016 | ||||
646ab5839500 | Pablo Vazquez (pablovazquez) | Style sidebar icons | Oct 18 2016 | ||||
d99ddca4106f | Pablo Vazquez (pablovazquez) | Split base styles into base.css | Oct 17 2016 | ||||
87f3093503ad | Pablo Vazquez (pablovazquez) | Delete attract main.sass, attract has its own | Oct 17 2016 | ||||
ae723b16557f | Pablo Vazquez (pablovazquez) | update css | Oct 14 2016 | ||||
0a606ae15c2b | Pablo Vazquez (pablovazquez) | Fix Free tag overflow | Oct 14 2016 | ||||
6af3dfdb513a | Pablo Vazquez (pablovazquez) | Use local bootstrap 3.3.7 | Oct 13 2016 | ||||
eca3f47eb8bd | Pablo Vazquez (pablovazquez) | Style form-upload-progress-bar when uploading | Oct 13 2016 | ||||
8043caf18702 | Pablo Vazquez (pablovazquez) | Font Pillar: Question mark icon | Oct 13 2016 | ||||
aa953f76a1a4 | Sybren A. Stüvel (sybren) | Cache FlaskInternalApi object on request keyed by authentication token. | Oct 13 2016 | ||||
10ecb2158ee3 | Sybren A. Stüvel (sybren) | Log error when URLer service is used but not configured. | Oct 13 2016 | ||||
96c9e12f7ff9 | Sybren A. Stüvel (sybren) | doc_diff() optionally no longer reports differences between falsey values. | Oct 12 2016 | ||||
7c310e12efd9 | Sybren A. Stüvel (sybren) | Added util function to compute the difference between two dicts. | Oct 12 2016 | ||||
26aa155b9e36 | Sybren A. Stüvel (sybren) | Cache Pillar API Object on request object. | Oct 12 2016 | ||||
0146b568c0ff | Sybren A. Stüvel (sybren) | Allow extra fields in activities. | Oct 12 2016 | ||||
ade62033bafa | Sybren A. Stüvel (sybren) | Added only_for_node_type_decorator(node_type_name) decorator factory func | Oct 12 2016 | ||||
8aab88bdc290 | Sybren A. Stüvel (sybren) | Activities now have explicit project ID | Oct 12 2016 | ||||
f4b34f1d02dc | Sybren A. Stüvel (sybren) | Error handler: set 'code' and 'description' defaults separately. | Oct 12 2016 | ||||
4eb831969776 | Sybren A. Stüvel (sybren) | Better logging of OAuth issues, in the hope to figure out what's going on. | Oct 11 2016 | ||||
5dd49fa5ddcc | Sybren A. Stüvel (sybren) | Pillar Extensions can now add links to the sidebar. | Oct 11 2016 | ||||
6429c3df217b | Sybren A. Stüvel (sybren) | Modernised flask.ext.login imports → flask_login | Oct 11 2016 | ||||
3561cb61c647 | Pablo Vazquez (pablovazquez) | Fix favicon | Oct 10 2016 | ||||
a52c2637334e | Pablo Vazquez (pablovazquez) | Homepage: Fix long comments | Oct 10 2016 | ||||
c9d4a06486af | Pablo Vazquez (pablovazquez) | Swap Blender Sync with Agent 327 project announcement | Oct 7 2016 | ||||
8a35fe3a16cd | Pablo Vazquez (pablovazquez) | Swap blog stream with random featured assets | Oct 7 2016 | ||||
620107fdc035 | Pablo Vazquez (pablovazquez) | If there's no content_type, display node_type | Oct 7 2016 | ||||
14a8be63295e | Pablo Vazquez (pablovazquez) | Fix 'Latest Assets' list not being updated | Oct 7 2016 | ||||
77b17e31e079 | Pablo Vazquez (pablovazquez) | Homepage: Minor style tweaks to make feed a bit more compact | Oct 7 2016 | ||||
2028891e7a71 | Pablo Vazquez (pablovazquez) | No need to cache Sass, it's so fast anyway | Oct 7 2016 | ||||
abe0c28a997d | Pablo Vazquez (pablovazquez) | Flowplayer: Fix fullscreen icon | Oct 6 2016 | ||||
c71186f31877 | Sybren A. Stüvel (sybren) | Allow project membership to be managed by ppl with admin role. | Oct 5 2016 | ||||
4e0db78ff1be | Sybren A. Stüvel (sybren) | Made the use of the term "Team member" consistent on the proj sharing page. | Oct 4 2016 | ||||
d1610da5f92f | Pablo Vazquez (pablovazquez) | JStree: HREF attribute link to actual node instead of # | Oct 4 2016 | ||||
73ec46429204 | Sybren A. Stüvel (sybren) | py.test: run with -x (stop at first error) and --ff (failed test first) | Oct 4 2016 |