Jean-Yves Gaulier
b4e848a5e9
PHRAS-2808-2806_disable-cterms_mask-writable-fields_4.1
...
new : checkbox in admin/field to allow gui (prod) editing, default=checked.
rename "publish_cterms" to "generate_cterms"
todo : implement "gui_editable" in edit ux (hide field when =false)
todo : 2 new strings (ckbox labels) to trans
2019-10-31 19:31:12 +01:00
Jean-Yves Gaulier
ce13112105
PHRAS-2808_disable-cterms_4.1
...
new : checkbox in admin/field to disable cterms generation.
fix : when cterms is cleared (during reindex), rejected terms are kept
WIP
2019-10-31 18:12:26 +01:00
aynsix
e06a281dd0
add index on table notifications
2019-07-18 12:17:44 +04:00
aina-esokia
d2bdd2ed4a
port 4.1: migrate field type text to string
2019-01-11 14:45:33 +04:00
Jean-Yves Gaulier
e2745cba9e
PHRAS-2161_coll-id-in-log-docs_MASTER
...
Optimize sql.
Add the "coll_id_from" column in "log_docs" for the "collection" action.
Hydrate a "coll_id" column in "log_view"
2018-11-14 15:49:10 +01:00
Jean-Yves Gaulier
4f736d9f96
PHRAS-2161_coll-id-in-log-docs_MASTER
...
added coll_id in log_view
todo : compute/fill old values in log_view.coll_id
wip
2018-11-14 15:46:56 +01:00
Jean-Yves Gaulier
1b1afe37ca
PHRAS-2161_coll-id-in-log-docs_MASTER
...
mysql fix : revert bad fix for default value for enum; fix default value for coll_id;
todo : fix log2es plugin.
wip
2018-11-14 15:46:16 +01:00
Jean-Yves Gaulier
5c28f5250c
PHRAS-2161_coll-id-in-log-docs_MASTER
...
mysql fix : fix default value for enum
todo : fix log2es plugin.
wip
2018-11-14 15:46:16 +01:00
Jean-Yves Gaulier
f130faccb6
PHRAS-2161_coll-id-in-log-docs_MASTER
...
mysql fix : add "" to "action" (as default value) to structure
add: action "collection_from" to move_record in app
todo : fix log2es plugin.
wip
2018-11-14 15:46:16 +01:00
Jean-Yves Gaulier
b65500bb40
PHRAS-2161_coll-id-in-log-docs_MASTER
...
wip
2018-11-14 15:42:24 +01:00
jygaulier
8768cd84f7
PHRAS-2171_mime-truncated_MASTER ( #2748 )
...
extend "mime" columns (record, subdef) to 255 to allow long mimes.
try to fix truncated mime.
2018-09-27 16:18:28 +02:00
aynsix
01f5380305
remove old tables ( #2654 )
2018-06-25 18:22:38 +02:00
Benoît Burnichon
af25e6bfd8
Remove status table
2015-12-23 14:13:07 +01:00
Benoît Burnichon
3464a82522
Reduce field size down to 255 utf8 characters
...
MySQL count 3 bytes per UTF8 character which makes the index go too large
Remove indexation of appli field which is too wide for MySQL
Remove use of appli index as was deleted
2015-04-30 16:27:26 +02:00
Benoît Burnichon
6d96422ae2
Remove useless tables
2015-03-26 09:57:18 +01:00
Jean-Yves Gaulier
5a08ebb68e
change field.aggregable from bool to int -> allows to set the number of aggregation values
2015-03-24 14:43:27 +01:00
Benoît Burnichon
7734467845
Fix issue with Strict mode
2015-03-13 17:45:48 +01:00
Nicolas Le Goff
5a55732b46
Fix strict mode sql issue
2015-03-06 12:35:18 +01:00
Nicolas Le Goff
9f38823f27
Merge branch '3.8'
...
Conflicts:
composer.lock
lib/Alchemy/Phrasea/Application.php
lib/Alchemy/Phrasea/Command/Setup/H264MappingGenerator.php
lib/Alchemy/Phrasea/Controller/AbstractDelivery.php
lib/Alchemy/Phrasea/Controller/Prod/DoDownload.php
lib/Alchemy/Phrasea/Controller/Prod/Edit.php
lib/Alchemy/Phrasea/Controller/Prod/Story.php
lib/Alchemy/Phrasea/Controller/Prod/Upload.php
lib/Alchemy/Phrasea/Controller/Report/Activity.php
lib/Alchemy/Phrasea/Controller/Report/Root.php
lib/Alchemy/Phrasea/Controller/Root/Account.php
lib/Alchemy/Phrasea/Core/PhraseaEvents.php
lib/Alchemy/Phrasea/Core/Version.php
lib/classes/API/V1/adapter.php
lib/classes/User/Adapter.php
lib/classes/databox.php
lib/classes/media/subdef.php
lib/classes/module/report.php
lib/classes/module/report/activity.php
lib/classes/module/report/connexion.php
lib/classes/module/report/download.php
lib/classes/module/report/nav.php
lib/classes/module/report/question.php
lib/classes/module/report/sqlaction.php
lib/classes/module/report/sqlconnexion.php
lib/classes/module/report/sqldownload.php
lib/classes/module/report/sqlfilter.php
lib/classes/task/abstract.php
locale/de_DE/LC_MESSAGES/phraseanet.mo
locale/de_DE/LC_MESSAGES/phraseanet.po
locale/en_GB/LC_MESSAGES/phraseanet.mo
locale/en_GB/LC_MESSAGES/phraseanet.po
locale/fr_FR/LC_MESSAGES/phraseanet.mo
locale/fr_FR/LC_MESSAGES/phraseanet.po
locale/nl_NL/LC_MESSAGES/phraseanet.mo
locale/nl_NL/LC_MESSAGES/phraseanet.po
locale/phraseanet.pot
templates/web/prod/index.html.twig
tests/Alchemy/Tests/Phrasea/Application/ApiAbstract.php
tests/classes/api/v1/api_v1_adapterTest.php
tests/classes/report/activityTest.php
tests/classes/report/editTest.php
2014-12-09 13:59:29 +01:00
Nicolas Le Goff
6f7b3c9b46
Remove unused table log_thumb
2014-11-21 10:37:33 +01:00
Nicolas Le Goff
0e807b2b0f
Add aggregable property to metadata fields
2014-09-08 14:53:23 +02:00
Nicolas Le Goff
b9bb9f5f0e
Merge branch '3.8'
...
Conflicts:
.gitignore
lib/Alchemy/Phrasea/Core/Version.php
lib/classes/databox.php
lib/classes/task/abstract.php
lib/classes/task/manager.php
lib/classes/task/period/subdef.php
lib/classes/task/period/writemeta.php
lib/conf.d/bases_structure.xml
templates/web/admin/tasks/list.html.twig
2014-08-26 13:38:01 +02:00
Jean-Yves Gaulier
eddbc39a05
PHRAS-64 #time 1h
...
patch changed to structure
2014-08-20 16:09:22 +02:00
Nicolas Le Goff
0d040519f3
Add third party application webhook event
2014-06-23 17:48:42 +02:00
Nicolas Le Goff
1250f8ab0b
Fix latest merge
2014-06-19 16:11:27 +02:00
Nicolas Le Goff
a8da584666
Merge branch '3.8'
...
Conflicts:
composer.json
composer.lock
config/configuration.sample.yml
lib/Alchemy/Phrasea/Application.php
lib/Alchemy/Phrasea/Application/Api.php
lib/Alchemy/Phrasea/Controller/Admin/Collection.php
lib/Alchemy/Phrasea/Controller/Admin/Users.php
lib/Alchemy/Phrasea/Controller/Prod/DoDownload.php
lib/Alchemy/Phrasea/Controller/Prod/Export.php
lib/Alchemy/Phrasea/Controller/Prod/Language.php
lib/Alchemy/Phrasea/Controller/Prod/Push.php
lib/Alchemy/Phrasea/Controller/Prod/Tooltip.php
lib/Alchemy/Phrasea/Controller/Report/Informations.php
lib/Alchemy/Phrasea/Controller/Report/Root.php
lib/Alchemy/Phrasea/Controller/Root/Developers.php
lib/Alchemy/Phrasea/Controller/Root/Login.php
lib/Alchemy/Phrasea/Controller/Root/Session.php
lib/Alchemy/Phrasea/Controller/Thesaurus/Xmlhttp.php
lib/Alchemy/Phrasea/Controller/Utils/ConnectionTest.php
lib/Alchemy/Phrasea/Controller/Utils/PathFileTest.php
lib/Alchemy/Phrasea/Core/Version.php
lib/Alchemy/Phrasea/Form/Login/PhraseaAuthenticationForm.php
lib/Alchemy/Phrasea/SearchEngine/Phrasea/PhraseaEngine.php
lib/Alchemy/Phrasea/SearchEngine/SphinxSearch/SphinxSearchEngine.php
lib/classes/API/OAuth2/Application.php
lib/classes/API/V1/adapter.php
lib/classes/Feed/Adapter.php
lib/classes/Feed/Aggregate.php
lib/classes/Feed/Collection.php
lib/classes/Feed/Entry/Adapter.php
lib/classes/ZipArchiveImproved.php
lib/classes/caption/Field/Value.php
lib/classes/caption/record.php
lib/classes/eventsmanager/notify/feed.php
lib/classes/media/subdef.php
lib/classes/module/report/connexion.php
lib/classes/module/report/download.php
lib/classes/record/adapter.php
lib/classes/registry.php
lib/classes/set/export.php
lib/classes/setup.php
lib/classes/task/abstract.php
lib/classes/task/period/emptyColl.php
lib/classes/uuid.php
lib/conf.d/_GV_template.inc
lib/conf.d/bases_structure.xml
lib/conf.d/configuration.yml
lib/conf.d/minifyGroupsConfig.php
locale/de_DE/LC_MESSAGES/phraseanet.mo
locale/de_DE/LC_MESSAGES/phraseanet.po
locale/en_GB/LC_MESSAGES/phraseanet.mo
locale/en_GB/LC_MESSAGES/phraseanet.po
locale/fr_FR/LC_MESSAGES/phraseanet.mo
locale/fr_FR/LC_MESSAGES/phraseanet.po
locale/nl_NL/LC_MESSAGES/phraseanet.mo
locale/nl_NL/LC_MESSAGES/phraseanet.po
locale/phraseanet.pot
templates/web/account/account.html.twig
templates/web/account/base.html.twig
templates/web/admin/databox/databox.html.twig
templates/web/admin/index.html.twig
templates/web/admin/setup.html.twig
templates/web/admin/tree.html.twig
templates/web/client/index.html.twig
templates/web/common/caption.html.twig
templates/web/common/caption_templates/answer.html.twig
templates/web/common/caption_templates/basket_element.html.twig
templates/web/common/caption_templates/internal_publi.html.twig
templates/web/common/caption_templates/lazaret.html.twig
templates/web/common/caption_templates/overview.html.twig
templates/web/common/caption_templates/preview.html.twig
templates/web/common/index_bootstrap.html.twig
templates/web/common/indexfloat.html.twig
templates/web/common/thumbnail.html.twig
templates/web/developers/application_form.html.twig
templates/web/lightbox/IE6/feed.html.twig
templates/web/lightbox/IE6/validate.html.twig
templates/web/lightbox/feed.html.twig
templates/web/lightbox/validate.html.twig
templates/web/prod/actions/Download/prepare.html.twig
templates/web/prod/actions/publish/publish.html.twig
templates/web/prod/index.html.twig
templates/web/prod/preview/caption.html.twig
templates/web/prod/results/answerlist.html.twig
templates/web/thesaurus/accept.html.twig
templates/web/thesaurus/export-text-dialog.html.twig
templates/web/thesaurus/export-text.html.twig
templates/web/thesaurus/export-topics-dialog.html.twig
templates/web/thesaurus/export-topics.html.twig
templates/web/thesaurus/index.html.twig
templates/web/thesaurus/link-field-step1.html.twig
templates/web/thesaurus/link-field-step2.html.twig
templates/web/thesaurus/link-field-step3.html.twig
templates/web/thesaurus/new-term.html.twig
templates/web/thesaurus/properties.html.twig
templates/web/thesaurus/search.html.twig
templates/web/thesaurus/thesaurus.html.twig
tests/Alchemy/Tests/Phrasea/Application/ApiJsonTest.php
tests/Alchemy/Tests/Phrasea/Application/ApiYamlTest.php
tests/Alchemy/Tests/Phrasea/Application/LightboxTest.php
tests/Alchemy/Tests/Phrasea/Application/OAuth2Test.php
tests/Alchemy/Tests/Phrasea/Application/OverviewTest.php
tests/Alchemy/Tests/Phrasea/Authentication/PersistentCookie/ManagerTest.php
tests/Alchemy/Tests/Phrasea/Cache/RedisCacheTest.php
tests/Alchemy/Tests/Phrasea/Command/Compile/ConfigurationTest.php
tests/Alchemy/Tests/Phrasea/Controller/Admin/FieldsTest.php
tests/Alchemy/Tests/Phrasea/Controller/Admin/PublicationTest.php
tests/Alchemy/Tests/Phrasea/Controller/Admin/SubdefsTest.php
tests/Alchemy/Tests/Phrasea/Controller/Admin/UsersTest.php
tests/Alchemy/Tests/Phrasea/Controller/Api/ApiJSONPTest.php
tests/Alchemy/Tests/Phrasea/Controller/Prod/BasketTest.php
tests/Alchemy/Tests/Phrasea/Controller/Prod/BridgeTest.php
tests/Alchemy/Tests/Phrasea/Controller/Prod/EditTest.php
tests/Alchemy/Tests/Phrasea/Controller/Prod/FeedTest.php
tests/Alchemy/Tests/Phrasea/Controller/Prod/LanguageTest.php
tests/Alchemy/Tests/Phrasea/Controller/Prod/MoveCollectionTest.php
tests/Alchemy/Tests/Phrasea/Controller/Prod/PrinterTest.php
tests/Alchemy/Tests/Phrasea/Controller/Prod/PushTest.php
tests/Alchemy/Tests/Phrasea/Controller/Prod/RootTest.php
tests/Alchemy/Tests/Phrasea/Controller/Prod/StoryTest.php
tests/Alchemy/Tests/Phrasea/Controller/Prod/ToolsTest.php
tests/Alchemy/Tests/Phrasea/Controller/Prod/TooltipTest.php
tests/Alchemy/Tests/Phrasea/Controller/Prod/UploadTest.php
tests/Alchemy/Tests/Phrasea/Controller/Prod/UsrListsTest.php
tests/Alchemy/Tests/Phrasea/Controller/Prod/WorkZoneTest.php
tests/Alchemy/Tests/Phrasea/Controller/Root/LoginTest.php
tests/Alchemy/Tests/Phrasea/Controller/Root/RSSFeedTest.php
tests/Alchemy/Tests/Phrasea/Controller/Utils/ConnectionTestTest.php
tests/Alchemy/Tests/Phrasea/Controller/Utils/PathFileTestTest.php
tests/Alchemy/Tests/Phrasea/Core/Provider/FTPServiceProviderTest.php
tests/Alchemy/Tests/Phrasea/Core/Provider/LocaleServiceProviderTest.php
tests/Alchemy/Tests/Phrasea/Core/Provider/PhraseanetServiceProviderTest.php
tests/Alchemy/Tests/Phrasea/Core/Provider/RegistrationServiceProviderTest.php
tests/Alchemy/Tests/Phrasea/Core/Provider/TaskManagerServiceProviderTest.php
tests/Alchemy/Tests/Phrasea/Http/XSendFile/NginxModeTest.php
tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfEditDateTest.php
tests/Alchemy/Tests/Phrasea/Metadata/Tag/TfMimeTypeTest.php
tests/Alchemy/Tests/Phrasea/SearchEngine/SearchEngineAbstractTest.php
tests/classes/Feed/Feed_AggregateTest.php
tests/classes/PhraseanetPHPUnitAbstract.php
tests/db-ref.sqlite
2014-06-17 15:30:41 +02:00
Nicolas Le Goff
bcc9745588
Add api_webhooks table
2014-05-06 10:53:29 +02:00
Nicolas Le Goff
2ff698642b
Add new webhook column in api_aplications table
2014-05-06 10:53:29 +02:00
Nicolas Le Goff
6c087f5a40
Remove api tables
2014-03-24 12:29:37 +01:00
Romain Neutron
8b6cb53a36
Add token entities
2014-03-05 15:27:43 +01:00
Romain Neutron
08efd8ff72
Cleanup API
2014-02-28 00:38:12 +01:00
Romain Neutron
2f99d9bca9
Remove unused tables
2014-02-27 16:59:28 +01:00
Romain Neutron
a986227fec
Remove unused tables
2014-02-20 11:22:18 +01:00
Romain Neutron
7e41a3b273
Remove usr table
2014-02-20 11:07:05 +01:00
Romain Neutron
bfe5da79d2
Merge branch '3.8'
...
Conflicts:
lib/classes/User/Adapter.php
lib/conf.d/bases_structure.xml
2013-12-20 09:53:09 +01:00
Romain Neutron
810b0e693f
Remove table sselnew
2013-12-19 20:15:09 +01:00
Romain Neutron
1796ed784b
Merge branch '3.8'
2013-12-18 17:48:06 +01:00
Romain Neutron
a82c9cc449
Fix data overflow
2013-12-18 14:07:39 +01:00
Romain Neutron
680643c0fc
Fix unit tests and arrays declaration
2013-12-03 20:06:49 +01:00
Romain Neutron
e9e9d149a1
Locale simplification
2013-12-03 20:05:20 +01:00
Romain Neutron
3f81474c4b
Scheduler cleanup
2013-10-29 18:46:35 +01:00
Romain Neutron
12727e20a7
Bump to version a8
2013-10-29 18:42:47 +01:00
Romain Neutron
1dfbff5666
Merge branch '3.8'
...
Conflicts:
CHANGELOG.md
bin/developer
lib/classes/module/console/systemUpgrade.php
www/skins/report/jquery-ui.css
2013-10-03 15:29:22 +02:00
Nicolas Le Goff
d7c720ed7d
Fix #1501 increase usr_login column size
2013-10-02 17:33:26 +02:00
Romain Neutron
72bfbd83e8
Remove doctrine tables from drop advices
2013-09-24 11:03:41 +02:00
Romain Neutron
6c7c196a20
Add Office Plugin client id and secret
2013-09-14 02:10:11 +02:00
Romain Neutron
f955163edb
Merge branch '3.7' into 3.8
...
Conflicts:
lib/Alchemy/Phrasea/Application/Api.php
lib/Alchemy/Phrasea/Core/Version.php
lib/conf.d/_GV_template.inc
2013-09-14 02:02:56 +02:00
Romain Neutron
871fa40553
Add Office Plugin client id and secret
2013-09-09 13:31:31 +02:00
Andrey
92f2ceb756
Removed extra tables from xml conf
2013-09-05 13:44:07 +02:00
Romain Neutron
7f92a2546a
Remove ftp entities
2013-08-30 18:35:21 +02:00