d7ef6810a4Improved masking for number format handling, particularly for datetime masks
MarkBaker
2015-08-01 00:39:10 +0100
f968a95ca5Bugfix: Work Item GH-554 - Whitespace after toRichTextObject()
MarkBaker
2015-07-15 23:23:20 +0100
88711dc7b9Modified example 2 to use bootstrap
MarkBaker
2015-07-15 22:33:50 +0100
67dee17d67Initial namespacing for Excel2007 and Excel5 Writers
MarkBaker
2015-07-08 23:31:58 +0100
ca7692834dMerge branch '1.9' into 1.9merge
MarkBaker
2015-07-08 22:25:37 +0100
d9cbaa3090Add pclzip to composer
MarkBaker
2015-07-08 22:21:29 +0100
daf2482dd6[TASK] Namespaced /Writer/ Classes
Frans Saris
2015-07-01 13:26:15 +0200
ed087dd396More namespacing work
MarkBaker
2015-06-03 08:21:50 +0100
f1e8ec1f4dFinish namespacing the Readers
MarkBaker
2015-06-03 00:10:08 +0100
0d956534ebAnother large chunk of namespacing work
MarkBaker
2015-06-02 00:07:00 +0100
c86a72ac1aAnother chunk of namespacing work
MarkBaker
2015-06-01 21:08:48 +0100
ebca5d1a57Start work on namespacing Reader classes
MarkBaker
2015-05-31 23:24:19 +0100
a39e15f49dFix a couple of errors introduced with the last namespace changes
MarkBaker
2015-05-30 16:54:51 +0100
621fc9aec7namespacing in calculation functions
MarkBaker
2015-05-30 15:56:59 +0100
ee04f30d67Another block of work on namespacing
MarkBaker
2015-05-30 14:06:37 +0100
54d2f72a0aMore namespacing work
MarkBaker
2015-05-30 12:25:17 +0100
0dafaea059Work on rewriting unit tests for the new folder structure (calling bootstrap) and json input files
MarkBaker
2015-05-29 21:35:35 +0100
93d16b886fStart changing some unit tests to use a json provider rather than the current excessively complex csv provider
MarkBaker
2015-05-28 23:15:46 +0100
53584ec9a3Unit tests for Cell classes, modification to use json-format in raw data provider
MarkBaker
2015-05-28 08:29:44 +0100
fe51b5e4faUpdate style classes for namespacing
MarkBaker
2015-05-27 23:16:28 +0100
99ac714a56Additional suggestions for composer file
MarkBaker
2015-05-26 23:49:37 +0100
d88bcab34cFix namespace for composer psr-4 autoloader
MarkBaker
2015-05-26 23:30:36 +0100
725764eecegitter link
MarkBaker
2015-05-26 21:36:46 +0100
4ac2d1930eUpdates to travis and composer files for new folder structure
MarkBaker
2015-05-26 21:24:14 +0100
85118eb030Changes to folder structures to bring PHPExcel in line with other PHPOffice projects Additional namespacing work on PHPExcel core
MarkBaker
2015-05-26 21:21:05 +0100
538fe93105More namespacing work and soem initial rework for unit tests to handle new folder structure
MarkBaker
2015-05-26 09:37:07 +0100
550907fc77More namespace work on PHPExcel core
MarkBaker
2015-05-25 22:48:27 +0100
c2f5bd844dA lot of namespacing work
MarkBaker
2015-05-25 17:28:50 +0100
fff1f247f6Change folder name (case sensitivity)
MarkBaker
2015-05-24 23:57:49 +0100
745de22723Folder name change (case-sensitivity)
MarkBaker
2015-05-24 23:56:55 +0100
fdcba9a90aModifications to folder structure, and re-organise a few classes into different folders; add bootstrap and PSR-4 autoloader; initial work on namespacing
MarkBaker
2015-05-24 23:52:44 +0100
73b80d392fUpdate travis to remove PHP versions < 5.4 and add PHP7
MarkBaker
2015-05-24 14:58:16 +0100
9936cf6d0aUpdated Readme with warning about development subject to breaking BC, new PHP version, and new PR details
MarkBaker
2015-05-24 14:55:14 +0100
665a1c1edbUpdate composer dependency on PHP 5.4 minimum, and include unit testing dependencies for dev
MarkBaker
2015-05-24 14:41:25 +0100
4f6d009ba5Merge branch 'psr2' into develop
MarkBaker
2015-05-24 14:16:04 +0100
3092adbb18Minor fixes and docblock changes
MarkBaker
2015-05-24 14:15:39 +0100
5bb69032b8Merge branch 'psr2' into develop
MarkBaker
2015-05-24 12:43:35 +0100
5f73ef34d3Docblock fixes from long to integer
MarkBaker
2015-05-24 12:43:08 +0100
1ba2ae0cecBugfix: (ncrypthic) Work Item GH-570 - Ignore inlineStr type if formula element exists
MarkBaker
2015-05-24 12:27:36 +0100
0f427685bdMerge branch 'psr2' into develop
MarkBaker
2015-05-24 01:18:11 +0100
99b375613dPSR-2 coding standards for trendclass.... this really does want factoring out into a separate repo
MarkBaker
2015-05-24 01:17:43 +0100
beec8f167aMerge branch 'psr2' into develop
MarkBaker
2015-05-23 23:42:05 +0100
003c259801Modifying a few constants to psr-2 standards
MarkBaker
2015-05-23 23:41:38 +0100
217ef4297cMerge branch 'psr2' into develop
MarkBaker
2015-05-23 18:37:44 +0100
98a087afb4This should be the last of the writer changes for psr-2, leaving just trendlines before we've done as much as we can without breaking backward compatibility
MarkBaker
2015-05-23 18:37:11 +0100
8f1be4f4deMerge branch 'psr2' into develop
MarkBaker
2015-05-22 23:58:21 +0100
44f049a0a5Fix to short array reference in tests for PHP < 5.4
MarkBaker
2015-05-22 23:57:51 +0100
4c0434d608Merge branch 'psr2' into develop
MarkBaker
2015-05-22 23:32:07 +0100
e0cefe3360Another big chunk of psr-2
MarkBaker
2015-05-22 23:31:23 +0100
8e977aee29Merge branch 'psr2' into develop
MarkBaker
2015-05-22 08:04:09 +0100
3dcdba0c67Another big blast of psr-2 changes. Getting close to the finishing line now
MarkBaker
2015-05-22 08:03:34 +0100
8026fce4b6Merge branch 'psr2' into develop
MarkBaker
2015-05-20 23:55:46 +0100
85692956a7Close to the end of the psr-2 work, just trends to go
MarkBaker
2015-05-20 23:55:01 +0100
547d495247Merge branch 'psr2' into develop
MarkBaker
2015-05-20 23:20:16 +0100
c4ff34dde4Yet more chunks of psr-2 goodness
MarkBaker
2015-05-20 23:19:33 +0100
17c644bef6Merge branch 'psr2' into develop
MarkBaker
2015-05-20 19:18:12 +0100
0c177b5ea2We modified another block of files to psr-2, and their jaws dropped when they saw what happened next
MarkBaker
2015-05-20 19:17:17 +0100
b394056b56Merge branch 'psr2' into develop
MarkBaker
2015-05-20 00:21:04 +0100
7cd731e416Feels like all the psr-2 work is finally entering its final lap.... of course, that's only step #1 in the grand roadmap, but it's a start
MarkBaker
2015-05-20 00:20:20 +0100
f94dcb9852Merge branch 'psr2' into develop
MarkBaker
2015-05-18 18:57:39 +0100
4648e386f5Getting close to the end of all this psr-2 goodness now, and beginning to think about splitting to a 1.8 branch and a 1.9 branch, with the 1.9 branch having a minimum PHP version of 5.4, so we can begin improving the code, starting with namespacing and a simple bootstrap for those who don't use composer
MarkBaker
2015-05-18 16:39:04 +0100
f0fdc9430bMore PSR-2 work, and eliminate duplicate code in Row/Column dimensions by extension of an abstract Dimension class containing common code/properties
MarkBaker
2015-05-17 10:22:51 +0100