Commit Graph

11192 Commits

Author SHA1 Message Date
siyamandayubi
50512839fb Flushing tasks deletion (#7547) 2017-02-02 12:27:31 -08:00
Hannan Azam Khan
8c1ffe2564 [Fixes #7486] Possibility of exporting individual Form Submissions (#7495) 2017-02-02 12:24:13 -08:00
Carl Woodhouse
5a0fe4e105 [Fixes #5596] blueprint harvesting caching (#7549)
Fixes #5596
2017-02-02 12:23:07 -08:00
Carl Woodhouse
2c26c65f63 [Fixes #7479] Unwrapping of TargetInvocationException causes partial stacktrace loss (#7550)
Fixes #7479
2017-02-02 12:22:00 -08:00
Julián Alazorza
8b343f3cfc Avoid deleting terms twice just getting the root terms on DeleteTaxonomy method (#7553) 2017-02-02 12:17:08 -08:00
Lombiq
654a9e1884 Framework: Fixing that a non-zero MaxPageSize site setting was not applied when the page size is 0, #7541 2017-01-27 03:29:31 +01:00
Sebastien Ros
149346ce68 Merge remote-tracking branch 'refs/remotes/origin/1.10.x' into 1.10.2 2017-01-24 16:37:22 -08:00
Sebastien Ros
9b6c2315de Fixing unit tests 2017-01-24 11:40:20 -08:00
Sebastien Ros
68c10bce60 Improving IsLocalUrl 2017-01-24 08:50:12 -08:00
Carl Woodhouse
8615422e27 Redis: Improving Redis extensions use of keys (#7532) (#5958 re-applied) 2017-01-24 15:25:08 +01:00
Lombiq
06a2e0d6b1 Users: Removing unnecessary file copied to the Users module (see UserResolverSelector.cs)
Same change as 5e17db3afd
2017-01-23 22:49:34 +01:00
Lombiq
6e476243c6 Core: Removing empty folders 2017-01-23 22:38:03 +01:00
Lombiq
eff27ec05e Framework: Removing unused file (ContentManagement\Handlers\IdentifyDependenciesContext.cs) 2017-01-23 22:22:03 +01:00
Lombiq
30e669e83f Layouts: Removing incompatible (C# 6) code 2017-01-22 16:47:50 +01:00
Lombiq
0869f957bd Fixing that SpecFlow tests were not ran using the tools from the NUnit NuGet package 2017-01-20 18:38:34 +01:00
Ihor Kliushnikov
3048f988fc Removed duplicated line in AutomaticDataMigrations.cs (#7522)
Fixes #7521
2017-01-20 07:59:35 -08:00
Chris Payne
575fb7413f Glimpse (#7502)
Fixes #5419
2017-01-19 12:47:08 -08:00
Matteo Piovanelli
c795cdb871 [Fixes #7348] Changed the SummaryAdmin view to have the same "New Translation" link as the Editor view (#7513)
Fixes #7348
2017-01-19 12:44:48 -08:00
Sebastien Ros
8bd74c947e Fixing log typo
Fixes #7520
2017-01-19 12:37:03 -08:00
Sebastien Ros
ec22a1150d Merge branch 'refs/heads/1.10.2' into dev 2017-01-19 12:05:27 -08:00
Sebastien Ros
b7dd2f6055 Merge branch 'refs/heads/1.10.x' into 1.10.2 2017-01-19 12:05:05 -08:00
Tha'er M. Al-Ajlouni
5721eda6c4 Fix the error that was preventing the load of the settings' views of the OpenId features (#7518) 2017-01-17 10:17:30 -08:00
Daniel Stolt
100604e317 Added two new features to Gulpfile.js (see below).
- Added support for separating minified resources by folder instead of by .min suffix.
- Added support for flattening the output directory structure of glob-based asset groups.
- Fixed bug where non-minified .js output files were not EOL normalized.
2017-01-15 02:04:50 +01:00
Daniel Stolt
987c608fa2 Changed .gitignore to exclude node_modules on all levels. 2017-01-14 14:17:57 +01:00
bedegaming-aleksej
3b7ec4cb89 [Fixes #7515] Add RemoveContentDefinition recipe step (#7516) 2017-01-13 11:07:29 -08:00
Daniel Stolt
a927cc0e1c Added Gulp asset manifest change detection for non-bundled asset groups.
When running the 'build' task, a non-bundled asset group will now be rebuilt if the asset manifest file itself is newer than any of the output files.
2017-01-13 19:11:40 +01:00
Daniel Stolt
937a8f9783 Added ability to override TypeScript options from asset manifest. 2017-01-13 19:11:39 +01:00
Daniel Stolt
cccebea685 Fixed redundant double negation in Gulpfile.js. 2017-01-13 19:11:38 +01:00
Daniel Stolt
7e5bdb28e3 Updated Gulp pipeline to use latest version of TypeScript.
This also required a change to flow all .js source files through the TypeScript transpiler and let TypeScript do the concatenation/bundling where applicable. This has the added bonus of catching more errors in plain .js files as the TypeScript compiler applies its structural and semantic understanding of the JavaScript code.
2017-01-13 19:11:37 +01:00
Daniel Stolt
49e74accd3 Updated Gulp package dependencies (except TypeScript). 2017-01-13 19:11:30 +01:00
Daniel Stolt
0aee02bdd3 Fixed path to .vs folder in .gitignore. 2017-01-13 19:11:24 +01:00
Josh Berry
079823c485 Output cache vary by query string modes (#7509) 2017-01-13 08:02:25 -08:00
Sebastien Ros
c679547a39 Merge branch '1.10.2' into dev 2017-01-12 14:40:50 -08:00
Sebastien Ros
acb93df3ec Merge branch '1.10.x' into 1.10.2 2017-01-12 14:40:22 -08:00
Sebastien Ros
3ac09df891 Fixing Gallery search
Fixes #7497
2017-01-12 12:38:33 -08:00
Julián Alazorza
dfe7215a05 Hide Gallery menu items on other tenants than Default. (#7511) 2017-01-12 12:35:09 -08:00
Benedek Farkas
863d2e4e6b Fixing that the content fields' values in a new content item were reset when building their editor (#7505) (#7507)
Fixes #7505
2017-01-12 12:13:42 -08:00
Matt Varblow
ddfcfd7379 Add UserParameters token object (#7482)
Fixes #7481
2017-01-12 12:08:40 -08:00
Lombiq
8456716d8b Make each JobsQueue tasks execute in its own transaction, see #5365 2017-01-06 20:43:31 +01:00
Hannan Azam Khan
fe4a116cb4 [Fixes #6316] Update Alias when importing AutoroutePart (#7485)
Fixes #6316
2017-01-05 12:37:18 -08:00
Tha'er M. Al-Ajlouni
9b8f84d679 Feature/openid (#7420) 2017-01-05 12:34:55 -08:00
Sergio Navarro
020cb8b8bf Improved performance of Count Hql queries (#7501) 2017-01-05 12:34:31 -08:00
Sebastien Ros
406016d12c Fixing membership unit tests 2017-01-03 16:35:40 -08:00
Sebastien Ros
e49faa7cff Merge branch '1.10.x' into dev 2017-01-03 15:38:58 -08:00
Sebastien Ros
4f57ecb487 Fixing unit test 2017-01-03 13:45:09 -08:00
Sebastien Ros
7a9f86dac6 Adding vsvars32.bat is vsvarall cannot be found 2017-01-03 13:42:27 -08:00
Sebastien Ros
6df57dd098 Fixing settings group info matching
Fixes #7371
2017-01-03 13:24:08 -08:00
Sebastien Ros
cccb358ce1 Fixing QueryHints.Empty mutable usage
Fixes #7358
2017-01-03 13:08:32 -08:00
Sebastien Ros
804255cc09 Merge branch '1.10.x' into dev 2017-01-03 13:03:36 -08:00
Arman Forghani
db7832db37 [Fixes #1531] IThemeSelector.GetTheme() gets called several times. (#7491)
Fixes #1531
2016-12-31 12:21:43 -08:00