Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
bfb90455
Commit
bfb90455
authored
7 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix include fails
parent
f9442c10
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+5
-3
5 additions, 3 deletions
ChangeLog
htdocs/websites/index.php
+1
-1
1 addition, 1 deletion
htdocs/websites/index.php
with
6 additions
and
4 deletions
ChangeLog
+
5
−
3
View file @
bfb90455
...
...
@@ -4,9 +4,11 @@ English Dolibarr ChangeLog
***** ChangeLog for 6.0.0 compared to 5.0.* *****
NEW: Add experimental BlockeLog module (to log business events in a non reversible log file).
NEW: Add a payment module for Stripe.
NEW: Add module "Product variant" (like red, blue for the product shoes)
NEW: Add "Non Reversible Logs" module as experimental (to log business events in a non reversible log file).
NEW: Add module "Product variant" as experimental (like red, blue for the product shoes)
NEW: Add module "Website" as experimental
NEW: Add module "Module Builder" as experimental
NEW: Accountancy - Activate multi-journal & Add journal_label to database (FEC)
NEW: Add a tracking id into mass emailing.
NEW: Tax system more compatible with the new tax roollout in India (IGST / CGST / SGST).
...
...
@@ -115,7 +117,7 @@ NEW: Add hook "formatNotificationMessage"
NEW: Add index and constraints keys on supplier proposal detail table
NEW: Add phpunit to check the engine is defined into sql create files.
NEW: Add project and Hook to Loan
NEW: Add REST API to push a file
.
NEW: Add
more
REST API
(API
to push a file
, to manage supplier orders, to validate invoices)
NEW: Allow extrafields list select to be dependands on other standard list and not only other extrafields list
NEW: Architecture to manage search criteria persistance (using save_lastsearch_values=1 on exit links and restore_lastsearch_values=1 in entry links)
NEW: data files are now also parsed by phpunit for sql syntax
...
...
This diff is collapsed.
Click to expand it.
htdocs/websites/index.php
+
1
−
1
View file @
bfb90455
...
...
@@ -568,7 +568,7 @@ if ($action == 'updatecontent' || GETPOST('refreshsite') || GETPOST('refreshpage
$tplcontent
=
''
;
$tplcontent
.
=
"<?php // BEGIN PHP
\n
"
;
$tplcontent
.
=
'$websitekey=basename(dirname(__FILE__));'
.
"
\n
"
;
$tplcontent
.
=
"if (! defined('USEDOLIBARRSERVER')) { require '
.
/master.inc.php'; } // Not already loaded"
.
"
\n
"
;
$tplcontent
.
=
"if (! defined('USEDOLIBARRSERVER')) { require
dirname(__FILE__).
'/master.inc.php'; } // Not already loaded"
.
"
\n
"
;
$tplcontent
.
=
"require_once DOL_DOCUMENT_ROOT.'/core/lib/website.lib.php';
\n
"
;
$tplcontent
.
=
"require_once DOL_DOCUMENT_ROOT.'/core/website.inc.php';
\n
"
;
$tplcontent
.
=
"ob_start();
\n
"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment