fmurer
4b04e5f471
attempt to create a specific file system handler for the upload, i.e. extend it. there is an error i cannot solve
2016-01-16 22:26:53 +01:00
fmurer
e1a657a880
1. List all uploaded files (done with WSF_FILE_SYSTEM_HANDLER) 2. upload and show on same page 3. cleaned up code
2016-01-16 20:21:59 +01:00
fmurer
40fd1df648
small change in upload form
2016-01-12 22:14:45 +01:00
fmurer
ddb3f9474a
managed to upload files: -> choose multiple files -> display them -> move them to ./site/files/uploaded_files
2016-01-12 21:36:40 +01:00
fmurer
7896036165
included file_uploader in demo-cms
2016-01-08 14:15:02 +01:00
fmurer
7e9c29f277
First setup of file_upload module analogous to the upload_image example
2016-01-04 21:11:16 +01:00
fmurer
e1ae9f9eec
modified module
2015-12-30 01:21:03 +01:00
fmurer
52b9ed277c
analogous to the blog example created database table
2015-12-30 01:09:01 +01:00
fmurer
5e55a6f1f1
first classes for database storage. analogous to the blog example
2015-12-30 00:07:45 +01:00
fmurer
f439a791a9
first classes of file_upload_module. nothing implemented yet
2015-12-29 23:37:29 +01:00
e7c9a54f3f
Removed unused local.
2015-12-16 21:03:15 +01:00
bbbdac12c8
Moved taxonomy html generation to CMS_TAXONOMY_API.
2015-12-16 21:03:03 +01:00
jvelilla
090a48eb85
Updated class CMS_TOKEN_GENERATOR.
...
Remove once in sha1 feature.
Updated encoded_base_64 to base_64
2015-12-16 16:01:01 +01:00
jvelilla
e05c4dca3a
Fixed typos
...
Renamed class CMS_SESSION_CONSTANT to CMS_SESSION_CONSTANTS
Removed unneeded classes and files.
Update SQL implementation.
2015-12-16 16:00:59 +01:00
jvelilla
2255fcc0f6
Added Module Session Authentication with Cookies.
...
Updated Demo example with the Module Session (Authentication with Cookies)
Fixed little issue with SQL query in OpenID module.
2015-12-16 16:00:58 +01:00
e50fb6959e
Moved taxonomy integration for web form inside CMS_TAXONOMY_API.
...
Moved a few helpers routine from CMS_RESPONSE to CMS_API.
Added CMS_CONTENT.identifier: detachable READABLE_STRING_32 .
2015-12-16 15:59:22 +01:00
ce8de442e9
Implemented taxonomy administration pages
...
- create term, vocabulary, add or remove term from vocabularies, ...
Fixed content editing related to taxonomy (especially with multiple terms vs tags).
Fixed various SQL storage issue related to taxonomy and vocabularies.
Added CMS_RESPONSE.wsf_theme as helper.
2015-12-10 11:21:20 +01:00
e3ae564746
Removed an obsolete call to CMS_RESPONSE.hooks .
2015-12-07 22:08:37 +01:00
b0626d5250
Use + instead of concat(..) in javascript.
2015-12-07 21:36:24 +01:00
6313007fbf
Refactored and update CMS hooks design. (Move from CMS_RESPONSE to CMS_API).
...
Moved content_types and content_type_webform_managers from CMS_RESPONSE to CMS_API.
Updated the way to output content (node, ...) to html page.
See CMS_CONTENT_TYPE_WEBFORM_MANAGER.append_cointent_as_html_to (...).
Added notion of "teaser" (short version of the content), as opposed to full content.
One can use CMS_API.html_encoder ... when possible, same for `formats', ...
Added bridge from CMS_MODULE_API to CMS_API's encoders.
Added new CMS_TAXONOMY_HOOK used to retrieve list of content associated with a specific term.
Moved up to CMS_RESPONSE a few features which was available only in specific descendants.
Added /taxonomy/term/{termid} implementation.
2015-12-07 18:21:40 +01:00
ecbcb6a5cb
Added notion of CMS_CONTENT as ancestor of CMS_NODE.
...
Moved CMS_CONTENT_TYPE to core library.
Added basic and limited taxonomy query /taxonomy/term/{termid} .
2015-12-03 23:01:31 +01:00
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
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
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
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
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
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
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.
2015-11-02 14:22:41 +01:00
23fe22cad1
Google search module:
...
- cleanup unwanted file
- fixed bad indentation in html template.
2015-11-02 11:16:54 +01:00
5624892ebc
Updated code related to cache management in CMS core and modules.
2015-11-02 10:50:05 +01: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.
2015-10-20 19:02:04 +02:00
a84f86d7a2
Addressed various unicode related issues.
...
Note this is using recent changes from text_filter library.
2015-10-20 18:49:40 +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
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
7c99f2dc83
Added recent_changes.ecf
2015-10-18 20:47:33 +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
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
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
0e63c14613
Added Module Custom Search
...
Added Google custom search library
Added HTTP client extension libaray
Updated demo example to use the Module Custom Search
2015-10-13 10:23:30 -03:00
872f2a177d
For now, only clear feed aggregation cache if clear all cache is requested.
2015-10-12 19:22:37 +02:00
3ed2f410d9
Added feeds.json example in feed_aggregator module folder.
2015-10-12 19:15:09 +02:00