Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jpj-bordeaux

Pages: [1]
1
How To's / Large file upload problem with mysql
« on: May 14, 2013, 07:28:34 am »
I can't upload large files (about 500Mo) when using mysql storage.
I get "PHP Fatal error:  Out of memory" message, even though I've changed the value of memory_limit to a high value.
Do you know how to solve that problem ?

2
Ideas / Folder management
« on: February 19, 2013, 07:53:46 am »
Hi,I think it would be nice to have a folder management in the documents module.
To simulate that, one need to create sub contexts.

3
How To's / context rights
« on: February 19, 2013, 07:51:47 am »
Is it possible to give a user/group the right to create contexts/workspaces ONLY inside specific contexts/workspaces ?
It seems it's only possible to give the right to manage contexts, which gives the rights to manage ALL the contexts.

4
How To's / Re: Tags and rights
« on: February 01, 2012, 01:24:42 pm »
Yes, sorry. It was a misconfiguration of the workspace rights. It works indeed.

5
How To's / Tags and rights
« on: February 01, 2012, 05:20:49 am »
I use Feng community 1.7.4 and I want people allowed to use a workspace to see ONLY tags used in that workspace.
Is it possible ?
Thanks a lot.

6
How To's / Database structure question
« on: January 26, 2012, 10:07:33 am »
Hi,
after having a problem with a document from which the content had been lost, I had to do some changes directly in the DB. I've noticed that in the table og_file_repo, there are many files not referenced anymore from og_project_file_revisions.
Is it normal or should those records deleted ?

7
Ideas / revisions management
« on: June 01, 2011, 10:31:35 am »
Concerning revisions, I think it would be nice:
- to have the option to create or not a new revision when saving a document edited online
- to rollback a revision
- to delete several revisions at a time
- to compare 2 revisions

8
How To's / Re: Revisions autocreation for documents updates
« on: June 01, 2011, 10:19:43 am »
I have found a solution: in the file application/views/files/add_document.php, line 26 and 35, I put the value of the field new_revision_document to blank instead of "checked". So a new revision is created only when I click on the intended button, which is more logical to me.

Is there a way to modify this behavior without modifying the code that could be replaced when updating the sources ?

9
How To's / Re: Revisions autocreation for documents updates
« on: May 31, 2011, 12:10:19 pm »
When you upload a document, you have the option to keep the old one, I expected the same in that case. Moreover I don't see the difference between clicking on "save" and "new revision".

10
How To's / Revisions autocreation for documents updates
« on: May 31, 2011, 10:49:51 am »
Hi,
new to Feng, It seems that every time I update a document inside Feng Office (.html documents), clicking on save, a new revision is created. In fact it seems to me it does the same as clicking on "create new revision". Is it normal ?
Is there a way to avoid that auto creation of a revision ?
I think it could increase the size of the db with a lot of useless revisions.
Thanks a lot.

Pages: [1]