Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix edit sitemap metadata * Fixed images scraping (#21) * rels #20. fix image selector * rels #20. restored base64 asset * rels #20. download each file once * rels #20. base64 to promises * rels #20. SelectorImage._getData to promises * rels #20. Scraper.saveFile to promises * rels #20. fix * rels #20. create unique download paths * rels #20. new version! * Sitemap export (#19) * Added downloading sitemap as Json file * Now we have download button of sitemap json. But we cannot download, i dont know why. * Fix for download json. * Added import file field * Added import sitemap from file with some bugs * Fixed bug of russian language in imported sitemap * Fixed some bugs of import sitemap from file * Hide double import sitemap * Fixed style of import sitemap panel * Buttons in import sitemap panel now have equal style * Fixed version of export and import sitemap panel * Fixed style problems * Import and export sitemap style fixed * Fixed bug with validation _id field in import panel * Fixed submission import sitemap v2.0 * fixed validation import field * Fixed bug import panel validation v3.0 Co-authored-by: roman <[email protected]> Co-authored-by: alexander <[email protected]> * fixed initSelectorValidation() * Fixed bug of empty id field * fixed initSelectorValidation() * Added horizontal tables with complicated header (#15) * added table to tables.html, added new function of indexation of columns, fixed verticalTables bag, needed to fix getTableHeaderColumnsFromHTML to get complicated columnName * some changes for column table * Fixed selectorTable for complicated horizontal tables. Need to fix bag for vertical tables * Added tables with complicated header and vertical tables. * fixup! Added tables with complicated header and vertical tables. * Added table in tables.html with complicated rows * Added rowspan support in table * Fixed comunsMaker and simplified calling this function * Added new version of columnsMaker * Prettier version of columnMaker * Added table in tables.html with comlicated rows * Refactored playground/tables.html. * SelectorTable columnsMaker refactoring. * Refactoring horizontal cells * More refactoring on SelectorTable. * Refactored missing columns. And automatic detection of attributes after select. Extracted common part of getHeaders into getHeaderColumnIndices. * Moved refresh button to Table columns. * Version upgrade. * Refactored SelectorTable after review. Co-authored-by: roman <[email protected]> Co-authored-by: Alexander <[email protected]> Co-authored-by: Yatskov <[email protected]> * Json viewer (#24) * First implementation of JSON Viewer. * Refactored BrowseData and DataPreview. Know we see list of pretty JSON. * Fix for bootstrap version. Upgrade of bootstrap caused some defects in removeHTML and trim text checboxes. * Model refactoring (#33) * Refactored Model, Sitemap and Stores. * Updated storages. * Moved RestApi store to promises. Load Templates on promises. * After Select fixes wip. * Completed after select refactoring. And refactored model class. * Updated yarn.lock after merge. * Fixes after review. * Fixes after review. Co-authored-by: Yatskov Alexander <[email protected]> * Issue#30 (#34) * Edited documentation for Selector Table * Added extractMissingColumns in documentation of table selector * Edited Documentation of selector Table. * Added renaming columns picture and some docs fixes. Co-authored-by: Yatskov <[email protected]> * Translations (#32) * Template for adding locales. Translated Viewport and SitemapList. Also example for error message on sitemap id validation. * Added translation for some views * Added editMetadata translate * Bug with russian version * Added placeholder for SelectorEdit and SitemapScrapeConfig * Added selector type and fixed some bugs * Added placeholders translation. * Added translation for popup.html and options.html with bug * Some code * Translation for validation in controller * Added 90% of translation, but needed to activate i18n in options, popup. Also have some bug. * Addex examples for translating content script, popup and options. * Fix for export sitemap and export data. * Added translation * Revert "Added translation" This reverts commit 112e846 * Added toolbar translation * Fix dataPreview translation * Fix textmanipulation bug * Fixed incorrect translation of 'list' * Created class Translate * Fixed problem with deleting input field for textmanipulation * Beautified code for translator * Some fixes * Fixed translation elements without key * Fixed translation * Fix for return. * Moved to browser i18n. * Fixes to messages translations. * Fix change bug. And make couchdb possible in russian after switching language. * Fix formatting in background.js. * Fixed formating in editmetadata. * Fixed formating in edit sitemap / create sitemap. * Moved AttachedToolbar to specific html and deduplicated model and url patterns hints. Co-authored-by: GooDRomka <[email protected]> Co-authored-by: Yatskov <[email protected]> * Fixed translation and added translation for search in data. * Refactored data extraction format, added export in JSON lines (#36) * rels #27. minimal working example * rels #27. refactored SelectorDocument and SelectorImage * rels #27. async _getData in text, html, attr and style selectors * rels #27. refactored element selectors * rels #27. refactored link selectors * rels #27. refactored constant value and input value * rels #27. group and table * rels #27. import jquery everywhere * rels #27. get url attribute with jquery for links * rels #27. Export data in JSON Lines * rels #27. flatten data objects for CSV export * rels #27. fixes * rels #27. _attachments * rels #27. include attachments in csv export properly * rels #27. remove useless data normalization in pouch store * rels #27. extract filename from Content-Disposition header * rels #27. md5 checksums for attacments * rels #27. add meta attributes (url, ts) for items * rels #27. trim generated paths instead of original filenames * rels #27. XXX fix to prevent crashes on sitemap creation * rels #27. fix SelectorGroup * rels #27. fix item urls in data preview * rels #27. fixes to export data form delay annoying alert, translate delimiter error, change download button color for consistency * rels #27. version++ * rels #27. refactored data export * rels #27. fix * rels #27. made some buttons blue * Fixed translations bug for selectors types. Co-authored-by: Yatskov <[email protected]> * Updated documentation (#37) * Updated changelog and intallation * Updated installation and chrome install pic. * Fixed installation text. * Added Rest Api storage to docs. * Updated changelog. * Updated reference to install guide. * Fixed install pic positioning. * Added constant and docs selector into Selectors.md list. * Forgotten style and input value. * Some broke refs fix. Co-authored-by: Maksim Varlamov <[email protected]> Co-authored-by: Max Varlamov <[email protected]> Co-authored-by: GooDRomka <[email protected]> Co-authored-by: roman <[email protected]> Co-authored-by: Yatskov <[email protected]>
- Loading branch information