enhance export to resolve ids
Reported by Gaspard Bucher | October 9th, 2008 @ 04:16 PM | in 1.0
Example:
SuperArticle (Post)
+-- lazyCow.jpg
GreatNews (Post)
---
class: Post
v_title: Super Article
v_text: |-
!<.305.full!
Blah blah "":35
Should be:
---
class: Post
v_title: Super Article
v_text: |-
!<.:(SuperArticle/lazyCow).full!
Blah blah ""::(GreatNews)
![34,(/blow/my/mind)]!
We use the ":()" for path pseudo_id. If it starts with '/' = look from the site's root, else search from the import root.
Comments and changes to this ticket
-
Gaspard Bucher October 11th, 2008 @ 08:48 AM
- Tag changed from enhancement, zena to enhancement, up, zena
(from [6dab57d511707d3da0261125bb214f515912e62a]) Fixed incoherence between image modes (sizes) and page modes and added a new way to find a node by its path: !(img/bob)!. CAUTION: this changes the syntax for images from !34.pv! to !34_pv!. Refs [#226]. http://github.com/zena/zena/comm...
-
Gaspard Bucher October 20th, 2008 @ 12:40 PM
- State changed from new to resolved
(from [28e1c8b7f86eac54b947ec8273b6be619e6a8a5a]) Finished implementing pseudo ids for export (path pseudo ids). The path pseudo ids now also work in "select_id" fields (define a link, set parent, etc). [#226 state:resolved]. http://github.com/zena/zena/comm...
-
Gaspard Bucher October 20th, 2008 @ 03:57 PM
(from [1f7bac6636a1b57299d51fd22e0afc860ace9f4b]) Better export (log_at, event_at dates included), fixed node list pseudo_id bug. [#226]. http://github.com/zena/zena/comm...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Anyone knows how to use formatting here ?
Git repository: http://github.com/zena
Official website: http://zenadmin.org
People watching this ticket
Tags
Referenced by
- 226 enhance export to resolve ids (from [6dab57d511707d3da0261125bb214f515912e62a]) Fixed i...
- 226 enhance export to resolve ids (from [28e1c8b7f86eac54b947ec8273b6be619e6a8a5a]) Finishe...
- 226 enhance export to resolve ids (from [1f7bac6636a1b57299d51fd22e0afc860ace9f4b]) Better ...