a5c117e46e
Merge branch 'taxonomy'
2015-12-03 19:26:43 +01:00
20dfce1396
Improved taxonomy by supporting tags, multiple terms allowed, and required kind of vocabulary for specific content type.
...
Updated node web form, to support taxonomy editing if allowed (specific support for CMS_VOCABULARY.is_tags: BOOLEAN).
Added notion of required or optional module dependencies.
2015-12-03 19:24:58 +01:00
jvelilla
1bfc4a6741
Merge branch 'jvelilla-roc_delete_trash'
2015-12-03 06:51:37 -03:00
jvelilla
3fdbcb2eef
Merge branch 'roc_delete_trash' of https://github.com/jvelilla/ROC into jvelilla-roc_delete_trash
2015-12-03 06:50:59 -03:00
jvelilla
a11a93c285
Update code to use CMS_API.unset_path_alias
...
Updated CMS_NODE_STORAGE_SQL renamed sql_restore_node as sql_update_note_status, updated
related code.
2015-12-02 16:14:54 -03:00
jvelilla
fade19bbee
Added precondition to NODE_FORM_RESPONSE.new_delete_form
...
Added transaction support to CMS_NODE_STORAGE_SQL.delete_node_base
2015-12-02 12:10:03 -03:00
jvelilla
d10612f94b
Made test.ecf compilable.
2015-12-02 10:56:18 -03:00
jvelilla
9da8b8a025
Fixed: delete-trash a node.
...
Added code to remove path_aliase when we delete a node.
2015-12-01 19:20:16 -03:00
f1f3c126dd
Use module site files system for the (un)install SQL scripts.
...
Changed CMS_TERM.id type to INTEGER_64 .
Removed CMS_TERM.parent_id .
Implemented CMS_TERM saving.
2015-11-23 18:05:53 +01:00
1d4ce37ebf
Added CMS_STORAGE.as_sql_storage: detachable CMS_STORAGE_SQL_I to ease development based on SQL database.
2015-11-23 18:03:55 +01:00
Jocelyn Fiat
10102e80fa
Fixed a few grammar and style errors.
2015-11-23 16:57:49 +01:00
3791ffacdc
Added first steps toward Taxonomy module.
2015-11-23 15:27:04 +01:00
b8920ee8b3
Added module administration from /admin/modules/
2015-11-23 11:08:06 +01:00
2cf2b1da8c
Merge branch 'master' of https://github.com/EiffelWebFramework/ROC
es_rev98116
2015-11-17 22:19:34 +01:00
17ae27df40
Updated ROC CMS documentation.
...
Cosmetic, comments, typo.
2015-11-17 22:18:02 +01:00
Jocelyn Fiat
a976b1e21a
Create doc/readme.md
2015-11-13 15:53:45 +01:00
04df6b85f0
Removed unused local variables.
es_rev98108
2015-11-12 18:48:37 +01:00
79d30ee3a7
Added export of core data, such as users, path_aliases, custom_values.
...
Added export of node revisions.
2015-11-12 18:19:06 +01:00
a5973c9c8a
Added exportation solution via CMS_HOOK_EXPORT.
...
Updated blocks settings for demo example project.
2015-11-10 10:30:10 +01:00
420051cd14
Redesigned hooks system (moving from CMS_RESPONSE to CMS_API).
...
Indeed, hooks does not require RESPONSE interface,
and should be setup before, at the system level (i.e CMS_API)
Added exportation solution via CMS_HOOK_EXPORT.
Updated blocks settings for demo example project.
2015-11-09 21:07:02 +01:00
6b3ff6f980
Fixed list item computation for ini file, especially with included ini file.
2015-11-02 21:07:26 +01:00
360855a558
Fixed recent_changes module to allow alias of recent_changes blocks.
...
Factorized code in CMS_RESPONSE by reusing add_block.
2015-11-02 18:54:30 +01:00
6aaec0be9f
Fixed table item computation for ini file, especially with included ini file.
es_rev98069
2015-11-02 18:10:27 +01:00
cb6d13b5f7
Updated gcse library to use unique own uuid in ecf file.
es_rev98066
2015-11-02 14:38:36 +01:00
951c977892
Use relative paths from google_search ecf files to other local cms library .ecf files.
2015-11-02 14:33:14 +01:00
2a4ebfa12e
Updated google search libary ecf files to have better void-safe .ecf file.
es_rev98065
2015-11-02 14:22:41 +01:00
955852747a
Include google_search engine in example/demo installation script.
es_rev98064
2015-11-02 11:18:45 +01:00
23fe22cad1
Google search module:
...
- cleanup unwanted file
- fixed bad indentation in html template.
2015-11-02 11:16:54 +01:00
da4b36869a
Include the launcher during installation (install.bat).
2015-11-02 10:50:27 +01:00
5624892ebc
Updated code related to cache management in CMS core and modules.
2015-11-02 10:50:05 +01:00
jvelilla
e40a7969fa
Merge branch 'jvelilla-roc_gcse'
2015-10-26 10:51:51 -03:00
jvelilla
67fdd357df
Merge branch 'master' of https://github.com/EiffelWebFramework/ROC into roc_gcse
...
Conflicts:
examples/demo/demo-safe.ecf
2015-10-23 16:48:25 -03:00
5b0ab76434
Fixed more unicode issues, or being more flexible when loading from database.
es_rev98022
2015-10-20 19:02:04 +02:00
a84f86d7a2
Addressed various unicode related issues.
...
Note this is using recent changes from text_filter library.
es_rev_98021
2015-10-20 18:49:40 +02:00
3f4e70b98c
Updated roc tools, and associated scripts.
...
Also include Eiffel Store ODBC persistence.
2015-10-20 11:29:16 +02:00
782e9397a3
Added missing sql_finalize which is used to cleanup as early as possible the last statement when it is not needed anymore.
2015-10-19 23:33:17 +02:00
f51ddc9796
Extracted launcher code into cms/launcher/... libraries.
...
(mostly to help new project based on ROC CMS).
Renamed and simplified the roc cms server launcher, and the related cms execution.
Updated cms.ini and extract blocks related management into blocks.ini.
Added debug clauses for cms sqlite3 storage.
2015-10-19 22:50:48 +02:00
a260bbc2c5
Removed obsolete usage of {TYPE}.attempt from CMS_MODULE_COLLECTION.
2015-10-19 20:50:47 +02:00
eb5ae32e46
Added persistence support for Eiffel sqlite3 wrapper.
...
Updated existing persistency solution to be more generic to any db solution.
2015-10-19 11:24:22 +02:00
7fcacad5eb
Use extended type support from EiffelStore to handle STRING_32, and other extended types.
2015-10-19 11:20:04 +02:00
7c99f2dc83
Added recent_changes.ecf
2015-10-18 20:47:33 +02:00
57430193e3
Fixed compilation of CMS_FILE_BLOCK.
2015-10-18 19:24:43 +02:00
62bf58ce6d
Added support for block options for the feed aggregator blocks.
...
Updated weight for primary_tabs block.
2015-10-17 00:17:59 +02:00
23c395513b
Fixed handling of block and optional block.
...
- All blocks behavior can be specified and overwritten via the configuaration.
- And optional block are not displayed by default.
2015-10-16 23:46:18 +02:00
d2d86ecdf2
Added notion of block options, declared in cms.ini as
...
[blocks]
{block_id}.options[name]=value
{block_id}.options[size]=123
2015-10-16 23:11:44 +02:00
e90f82387f
Added notion of alias block, to provide a way to include a block content in mutiple regions.
2015-10-16 23:02:47 +02:00
05472abdd7
Improved block condition "path:..." by allowing wildchar.
...
Added weight data to CMS_BLOCK to be able to sort the block lists,
and thus order the display of blocks.
Set negative weight for various core block, so that they appear first as expected.
The weight can be set and overwritten in cms.ini , by pref blocks.{block_id}.weight=integer_weight.
2015-10-16 17:22:22 +02:00
jvelilla
193760b34f
Remove unneeded file.
2015-10-14 11:57:06 -03:00
jvelilla
9263f31521
Renamed module name to google_search (custom_search)
...
Clean code.
Updated google custom search to handle quota limit and no query submit.
Updated encoding issues for input searches: like "void safe" and "void + safe".
2015-10-14 11:51:59 -03:00
jvelilla
454d92f85b
Merge https://github.com/EiffelWebFramework/ROC into roc_gcse
2015-10-14 11:45:33 -03:00