ORIENT/modules/backend
Mateusz Charytoniuk 318e9d7e76 Import CSV rows one at a time (#3450)
Credit @mcharytoniuk.

While importing over 250k records ImportModel kept running into various problems. One of them was too big memory usage - `ImportModel` loaded the complete file upfront (`$reader->fetchAll()`). Simple one-line change to `$reader->fetch()` makes `ImportModel` import CSV file row-by-row and returning an iterator which limits memory usage and allows data to be imported. This change optimizes memory usage and allows much simpler importing of larger files.
2018-03-14 12:53:18 -06:00
..
assets Update mediamanager JS file path in october.js (#3224) 2017-11-08 09:30:09 -06:00
behaviors Support absolute redirects in the formcontroller 2018-02-06 14:42:24 -06:00
classes Updating base widget inline documentation 2017-11-22 14:10:04 -06:00
controllers Retrieve protected files using the defined file model 2018-03-09 23:07:53 -06:00
database Introduce concept of system roles 2017-07-13 19:29:50 +10:00
facades Code dusting (#2826) 2017-04-24 21:38:19 +10:00
formwidgets Attach uploaded files directly to parent if exists 2018-03-09 23:47:16 -06:00
helpers Add ignoreTimezone option to datepicker field and column types. 2017-09-10 22:39:15 -06:00
lang Improved Simplified Chinese (zh-CN) translation (#3447) 2018-03-12 23:26:34 -06:00
layouts Prevent indexing of backend login page 2018-02-02 15:00:49 -06:00
models Import CSV rows one at a time (#3450) 2018-03-14 12:53:18 -06:00
reportwidgets {@inheritDoc} -> @inheritDoc 2017-03-16 06:26:14 +11:00
skins {@inheritDoc} -> @inheritDoc 2017-03-16 06:26:14 +11:00
traits Save relations first in model saver 2017-12-06 21:21:19 +11:00
views Change to mail partial syntax 2017-07-26 17:48:00 +10:00
widgets Cache the last visited page in the list widget (#3432) 2018-03-08 10:52:21 -06:00
ServiceProvider.php Update MM lang refs 2017-10-16 17:52:50 +11:00
composer.json Fixes #3081. Resets module dependencies from dev to stable. Refs 081a32c928 2017-09-04 12:40:55 -06:00
routes.php Apply web middleware group for the good cookies 2017-05-13 22:18:13 +10:00