e37dbb0a62
Merge branch 'blog_ewf_v1' into ewf_v1
2015-06-16 21:07:40 +02:00
Jocelyn Fiat
53491274dc
Merged CMS based on concurrent EWF (i.e ewf_v1) with blog branch.
2015-06-15 11:27:44 +02:00
21800e71d3
Removed obsolete calls.
...
Updated code to make it clear what is the resource, and what is the associated module resource path.
2015-06-11 23:03:34 +02:00
0fc1cb68ad
Apply recent changes from EWF v1
2015-06-10 18:39:41 +02:00
0b8bee3404
favor EiffelThread for now, while waiting for SCOOP to be fully ready.
2015-06-10 11:06:58 +02:00
53a602d33c
Removed CMS_SERVICE
...
Updated install.bat script
2015-06-10 09:43:04 +02:00
5578a9e622
Adapted ROC CMS to concurrent EWF.
...
Revisited the shared logger to reduced number of useless calls.
2015-06-09 19:42:37 +02:00
b8cfff487a
Removed dependency from pagination to cms_data_query_parameters
...
TODO: review and fix any NATURAL_64 truncation.
2015-06-02 15:56:27 +02:00
af8f410684
Updated the CMS pagination component.
...
Harmonized count type to NATURAL_64 for recent_nodes (more to do later).
Fix get is active code.
2015-06-02 15:39:08 +02:00
cede341301
Merged remote-tracking branch 'jvelilla/roc_pg' into pagination
...
Renamed pagination related classes, and moved them to cms library under "support" cluster.
2015-05-31 22:43:19 +02:00
70d53b3ef1
Provide a default CMS_MODULE.is_installed: BOOLEAN implementation based on storage of custom value.
...
Now use CMS_MODULE.is_initialized: BOOLEAN as precondition of many routines.
Instantiation of node storage is now done in NODE_MODULE and not any more in CMS_NODE_API.
CMS_NODE_API can be instantiated only by NODE_MODULE.
2015-05-29 19:20:31 +02:00
jvelilla
f056b43ddc
Updated CMS PAGINATION with the last Jocelyn's suggestion.
...
Added a node pagination helper, to build the html links and header related to
pagination.
2015-05-29 09:25:28 -03:00
c871eae10e
Renamed node_api and node_storage by blog_api and blog_storage in related CMS_BLOG_* classes. Mainly to avoid confusion with NODE_ classes.
...
Merged CMS_BLOG_CONFIG with CMS_BLOG_API.
In CMS_BLOG_API, prefer argument of type CMS_USER, rather than using directly user id.
Added a CMS_EDITOR_CONTENT_FORMAT for now, to be the format editable by the WYSIWYG editor.
Added CMS_MODULE.is_initialized: BOOLEAN to equip router, and module_api with expected preconditions.
Fixed typo, especially in log output.
Corrected a few routine names such as add_authors that should not be a function according to its name.
Converted various function returning html content, to procedure appending html content to an output string to minimize temporary string object creation.
Cosmetic: added spaces to make code easier to read, and indentation.
2015-05-27 19:00:32 +02:00
jvelilla
957ca96bc5
Updated code based on comments.
2015-05-27 11:26:49 -03:00
jvelilla
ad9dd01f22
Update based on comments
2015-05-26 20:25:45 -03:00
jvelilla
323ac598d0
Updated code based on comments
2015-05-26 20:24:05 -03:00
Dario Bösch
e35893fdb9
Integrated the CKEditor
...
#7 and #8 : The class CMS_EDITOR generates javascript code that replaces a textarea with a wysiwyg editor. Only a few methods have to be implemented by the subclasses, for example by CMD_EDITOR_CKEDITOR. The class CMS_FORM_TEXTAREA extends WSF_FORM_TEXTAREA with features to include the javascript from CMS_EDITOR. The most complex usage is shown in CMS_NODE_TYPE_WEBFORM_MANAGER, where the textarea is only replaced if "full_html" is selected as the desired body format. This works dynamically on the browser side as soon as the user selects another format.
2015-05-23 21:11:39 +02:00
b77c5cd93c
Added abstraction of cms storage on file system. (mostly helpers features).
2015-05-22 23:04:09 +02:00
77f52388c1
Improved site_url and base_url interface and initialization.
...
Added CMS_CUSTOM_RESPONSE_MESSAGE interface to send easily simple response message.
Updated CMS_RESPONSE to use CMS_CUSTOM_RESPONSE_MESSAGE
2015-05-22 22:37:18 +02:00
Dario Bösch
e8ff313c28
added some commments
2015-05-22 17:58:46 +02:00
Dario Bösch
0bd75e7c59
Added list of posts of a specific user
...
Similar to the blog handler the blog user handler routes /blogs/users/{id}. Pagination is implemented as well
2015-05-22 17:31:30 +02:00
Dario Bösch
9b169f70a7
page_number global in blog_handler
2015-05-22 15:43:29 +02:00
Dario Bösch
601b88ab36
blog handler optimized, blog user handler created
2015-05-22 15:34:32 +02:00
Dario Bösch
2b0e1a2b84
Improved structure of blog handler
2015-05-22 14:39:43 +02:00
Dario Bösch
db77c4024d
created blog.scss, added link to blogs/{user}
...
Later we will list all posts of a user under the route blogs/{user}
2015-05-22 14:04:00 +02:00
Dario Bösch
261aeca300
Bugfix: Author was hidden
...
I had to add the authors to each post after getting the list. Made a helper feature add_authors.
2015-05-22 12:34:30 +02:00
Dario Bösch
027463a910
#3 : added pagination links at bottom of the blog page
2015-05-22 12:02:33 +02:00
Dario Bösch
a4c50adefa
#3 : Calculate and show number of total pages
2015-05-22 11:48:20 +02:00
Dario Bösch
1f61126d22
Configuration File added
...
Created CMS_BLOG_CONFIG at moved the feature entries_per_page to this new class. The blog hander inherits from the config class
2015-05-22 11:30:54 +02:00
Dario Bösch
fb196735b6
#3 : Routet page and limited entries
...
The blog module routes /blog/{page} and the blog handler limits the entries per page (given as a feature) and sets the offsets according to the given page number
2015-05-22 11:17:34 +02:00
jvelilla
306b39ab78
Updated code based on Jocelyn's suggestions.
2015-05-21 16:46:06 -03:00
Dario Bösch
802ad0626e
Bugfix: wrong API in initialisation of blog module
2015-05-21 16:10:07 +02:00
Dario Bösch
470b1b2e05
Restructured Blog Module
...
All blog handlers and storage classes are detached from the nodes module. All files of the blog module are in the modules/blog folder
2015-05-21 16:04:58 +02:00
Dario Bösch
57c2a7bccd
Removed the summary from the detail page
2015-05-21 14:12:01 +02:00
Dario Bösch
4dd980963a
Moved filter of nodes of type blog to the node storage layer.
...
This is more efficient because the result set from the query will be smaller and it will be easier to implement the pagination
2015-05-21 14:06:08 +02:00
Dario Bösch
6a782e412d
#2 Structure of list of posts (blog)Ordered the posts by creation date. For this, I added a field to the nodes storage and api. Show the creation date and author. Styled the post and added a more link to the detail page
2015-05-21 12:03:09 +02:00
Dario Bösch
0e0cd131a5
#1 : Added the summary field to all nodes. It gets saved if we edit the node. On a node page the summary is shown first, then the main content. In the blog list the title and the summry is shown
2015-05-21 10:18:03 +02:00
jvelilla
53f3162b4a
Inital page builder implementation to add paging support to cms_nodes.
2015-05-19 18:40:57 -03:00
036013a0a2
Use CMS local location (i.e relative) and not url for cms local links.
2015-05-19 22:02:56 +02:00
Dario Bösch
202253e414
Added summary field in edit and add mode of a node
2015-05-19 17:28:37 +02:00
50da24d1af
Added support for base_url (i.e the CMS can be hosted on the root, or sub folder).
...
Local paths are relative to cms site url (i.e no starting slash).
Favor CMS_RESPONSE.absolute_url and url .. instead of using directly WSF_REQUEST.absolute_script_url and script_url.
Handled unicode truncation issue for logger.
Code cleaning.
2015-05-19 13:50:39 +02:00
91457080fd
Added support for base_url (i.e the CMS can be hosted on the root, or sub folder).
...
Local paths are relative to cms site url (i.e no starting slash).
Favor CMS_RESPONSE.absolute_url and url .. instead of using directly WSF_REQUEST.absolute_script_url and script_url.
Handled unicode truncation issue for logger.
Code cleaning.
2015-05-19 13:44:08 +02:00
51699f3bd3
updated db schema
2015-05-19 12:25:16 +02:00
Dario Bösch
f72fcce440
Link fix
2015-05-18 15:40:47 +02:00
Dario Bösch
f48f09bfdf
Bugfix (blog disappeared as create option)
2015-05-18 14:49:21 +02:00
Dario Bösch
35b186cec8
gitignore
2015-05-18 14:39:49 +02:00
Dario Bösch
c65265b025
added blog handler that lists all blog entries
2015-05-18 14:36:24 +02:00
jvelilla
77bb1fe123
Merge branch 'jvelilla-roc_trash'
2015-05-17 12:14:01 -03:00
jvelilla
e4e2d662b8
Renaming revert string to restore.
2015-05-15 13:10:12 -03:00
jvelilla
f0668e660e
refactor rename NODE_HANLDER.do_restore instead of do_revert.
2015-05-15 11:34:21 -03:00