Commit Graph

499 Commits (d53fe9628f9cd95b8483b3d862b6333436871011)

Author SHA1 Message Date
gnosygnu f683e272ee Embeddable: Fix multi-threaded diffs due to non thread-safe parser function {{urldecode}}
8 years ago
gnosygnu fddc6e2737 Embeddable: Fix multi-threaded error due to null ref error when generating file urls
8 years ago
gnosygnu af5b7569ee Embeddable: Fix multi-threaded error due to incorrect locking when lowercasing template names
8 years ago
gnosygnu 6867cc23b4 Embeddable: Fix default ns_mgr being used for wikis
8 years ago
gnosygnu 99c968e1e2 Mass_parse: Update wkr_id in resume cmd
8 years ago
gnosygnu 3a3bc01e82 Parser.Uniq: Fix possible bug with readding entire page instead of only sections
8 years ago
gnosygnu f138db17ca Mass_parse: Add resume command
8 years ago
gnosygnu cef2d7e2f6 Mw_parse: Mass checkin of various mediawiki parse files
8 years ago
gnosygnu 6a5c114998 Mw_parse.Apos: Add more tests
8 years ago
gnosygnu 32a857f062 Mw_parse.Apos: Add initial implementation
8 years ago
gnosygnu f8fcb553d5 Mw_parse.Table: Support attributes
8 years ago
gnosygnu 5f1609a869 Mw_parse.Table: Add tests for basic functionality
8 years ago
gnosygnu d22c5e5f3d Mass_parse: Add perf logger
8 years ago
gnosygnu 305c2f9762 Mw_parse.Table: Add more implementation
8 years ago
gnosygnu b35a45657c Mw_parse.Block: Add initial implementation
8 years ago
gnosygnu 086cdea9fb Mw_parse.Prepro: Add more support for templates
8 years ago
gnosygnu 1c0f9f4555 Mw_parse.Prepro: Convert some calls to Strspan
8 years ago
gnosygnu 40b520ecc6 Mw_parse.Prepro: Support more heading edge cases
8 years ago
gnosygnu 46274e9b6a Mw_parse.Prepro: Support template pipe; Cover more tests
8 years ago
gnosygnu 7fae7b832b Mw_parse.Prepro: Optimize elements_trie
8 years ago
gnosygnu 2ad1be255c Mw_parse.Prepro: Support heading and onlyinclude
8 years ago
gnosygnu 683481abbd Mw_parse.Tblw: Add more implementation of tblw
8 years ago
gnosygnu 3af333e563 Mw_parse: Add more comment support
8 years ago
gnosygnu 75972fcff0 Mw_parse: Add support for gobbling single-line comments
8 years ago
gnosygnu 25f74d7d80 Mw_parse: Add equivalent of htmlspecialchar
8 years ago
gnosygnu 6ee274efd6 Mass_parse: Clear all mem when ns changes else outofmemory error
8 years ago
gnosygnu bac00076b5 Mw_parse: Support ext xml nodes
8 years ago
gnosygnu 7813e41e34 Mw_parse: Support comment
8 years ago
gnosygnu b989ff63df Mw_parse: Support bracket, template, and tplarg
8 years ago
gnosygnu 08eb098422 Parser: Escape dangling tags; do not let them gobble up rest of page
8 years ago
gnosygnu f7b088e7a8 Mw_parse: Add test for basic text
8 years ago
gnosygnu 9610db0cab Mw_parse: Add more implementation of Mw_preprocessor
8 years ago
gnosygnu d15630c433 Mw_parse: Add basic implementation of Mw_preprocessor
8 years ago
gnosygnu 006c14db4e Bldr: Add basic implementation of orig_regy.find_missing
8 years ago
gnosygnu 4bcefa2621 App_update: Add menu link to new Special page
8 years ago
gnosygnu ad646efb5c Mass_parse: Clear ns_loaded cache; Add different cache clearing methods
8 years ago
gnosygnu 5840ebe592 App_update: Use version_id as cutoff, not version_date
8 years ago
gnosygnu 19571facdd App_update: Standardize date format
8 years ago
gnosygnu 0cc664121a App_update: Do not show Special:XowaAppUpdate if brand-new install
8 years ago
gnosygnu 200356d8ff App_update: Add skip update
8 years ago
gnosygnu 0ef1a82a16 App_update: Add app-update check to startup
8 years ago
gnosygnu 3c1898b9ef Html_dump: Update title to redirected page
8 years ago
gnosygnu fed89cd89b Html: If MediaWiki:Sidebar does not exist, use language's message 'sidebar', not null
8 years ago
gnosygnu 2dc6d8c20b File_shrink: Add initial classes for file_shrink
8 years ago
gnosygnu 063cc43047 Mass_parse: Refactor log_tbl
8 years ago
gnosygnu c869327a63 Release: v4.0.0.1701
8 years ago
gnosygnu 3fdea0ec50 Xtn: Change extensions to be wiki-specific instead of app-specific
8 years ago
gnosygnu e69c557595 Math: Add math.log_check command
8 years ago
gnosygnu 87ee507220 Cfg: Adjust whitespace for two lines
8 years ago
gnosygnu eee0a7de1d Cfg: Fix multiple mis-mapped gui shortcut keys
8 years ago
gnosygnu ab4d7de36d Cfg: Uncomment debug code
8 years ago
gnosygnu cb5cf6f8a1 Cfg: Fix bind.load failure b/c browser.html_focus was base-2 instead of base-1
8 years ago
gnosygnu 86ff9e361c Cfg: Fix redirect to special pages not working when query arguments are available
8 years ago
gnosygnu 758248b6a4 Cfg: Change converter to use gfs parser; other minor changes
8 years ago
gnosygnu 562c5b5a56 Cfg: Add transaction to upgrader; handle pre-existing back file; add try / catch
8 years ago
gnosygnu 360129b7de Gui: Add hand cursor
8 years ago
gnosygnu 1b6eaca401 Cfg: Change os.default paths
8 years ago
gnosygnu 5ae70ac947 Cfg: Make minor HTML tweaks
8 years ago
gnosygnu 6df5c40b45 Cfg: Add clear for shortcut window
8 years ago
gnosygnu 0668808214 Cfg: Add gfs api for run
8 years ago
gnosygnu 1f292d96a9 Cfg: Add configure icon to io.cmd
8 years ago
gnosygnu cdcb4eca89 Cfg: Add shortcut win; Remove keypad bindings; Change shortut box from input to select
8 years ago
gnosygnu c3d4f520de Gui: Refactor IptKey; in particular, use SWING and SWT constants where possible; also handle modifers
8 years ago
gnosygnu 5c3e4287f0 Mass_parse: Refactor make cmd to merge other wkr tables such as log_basic_temp
8 years ago
gnosygnu 62c81e6d77 Math: Refactor Math classes
8 years ago
gnosygnu 32fdbc6fbe Cfg: Update cfg keys; Fix dynamic scribunto updates
8 years ago
gnosygnu 5a36b112b2 Cfg: Fix nav not working for explicit grps
8 years ago
gnosygnu 4c3ea9890d Redirect: Allow redirects to Special pages
8 years ago
gnosygnu 982cd2b848 Cfg: Rename revert / load to delete / select
8 years ago
gnosygnu da74bc6d87 Cfg: Update os_script_list
8 years ago
gnosygnu 276c884681 Cfg: Fix broken test
8 years ago
gnosygnu 15504c03a7 Cfg: Consolidate data_type and gui_type; Add some basic error validation
8 years ago
gnosygnu fd12ed88a4 Cfg: Standardize rest of cfg keys
8 years ago
gnosygnu 50092ae60a Cfg: Add gui_cls
8 years ago
gnosygnu 7da2d853a2 Cfg: Standardize some cfg keys
8 years ago
gnosygnu f04047e584 Mass_parse: Improve performance when returning Keyvals from Scribunto function
8 years ago
gnosygnu 6849ede461 Cfg: Add os_default logic for cfg defaults
8 years ago
gnosygnu f0296305d5 Cfg: Add upgrade code for old cfg system
8 years ago
gnosygnu fd2f01eb94 Cfg: Remove other old cfg classes
8 years ago
gnosygnu 08dda6a82d Cfg: Remove cfg_mgr and more of old cfg system
8 years ago
gnosygnu 1c00d41b06 Cfg: Convert 'app.setup_completed'
8 years ago
gnosygnu ac9e79bfa0 Cfg: Convert 'lang - variants'
8 years ago
gnosygnu dad76714d5 Cfg: Remove more of old cfg system
8 years ago
gnosygnu 6f3500d129 Cfg: Add better escaping for val and dflt
8 years ago
gnosygnu 460f4a323b Cfg: Convert 'toggle_mgr'
8 years ago
gnosygnu 3a4ef523dc Cfg: Add prev_version
8 years ago
gnosygnu 1ea75765d7 Cfg: Remove old prefs system
8 years ago
gnosygnu b876e4a680 Cfg: Remove parts of old config system
8 years ago
gnosygnu 345402b393 Cfg: Load defaults through gfs file not json file
8 years ago
gnosygnu 8db63bbbce Cfg: Make gfs calls temporary; also, fix layout cfg leading to bad builds
8 years ago
gnosygnu e698b1667f Cfg: Add gfs calls
8 years ago
gnosygnu afd19c1619 Cfg: Fix updating shortcut not working if shortcut is part of group
8 years ago
gnosygnu a96a239449 Scribunto: Fix extension libraries like ParserFunctions and FlaggedRevs not working
8 years ago
gnosygnu bc9633f87f Cfg: Add 'Gui - Shortcuts'
8 years ago
gnosygnu 1ffc4191a8 Cfg: Add 'Gui - Menus'
8 years ago
gnosygnu 3177979558 Cfg: Add dynamic default text feature
8 years ago
gnosygnu d380278390 Cfg: Remove 'Gui - Url bar' Symbols
8 years ago
gnosygnu b6c8b31186 Cfg: Fix 'Addon - Scribunto'
8 years ago
gnosygnu c2b4d8523f Cfg: Fix 'tidy' binary cmd
8 years ago
gnosygnu 7fd6b6c254 Cfg: Fix page_sync.manual_enabled
8 years ago
gnosygnu af21fe50ff Cfg: Fix async_db parameter
8 years ago
gnosygnu 5304e80353 Cfg: Fix default_arg for url_search
8 years ago
gnosygnu 8f1c693ec6 Search: Change Search_suggest to use auto-wildcard behavior of Special_search; Remove 'simple_search' url_arg
8 years ago
gnosygnu 7a2364d12d Cfg: Change Files - Cache from bytes to MB
8 years ago
gnosygnu c8df704385 Category: Show Hidden Categories in Hidden section
8 years ago
gnosygnu d47538e62e Cfg: Fix Category Missing Class not working
8 years ago
gnosygnu f12e3f5318 Cfg: Refactor 'Gui - Url bar'; Add better support for buttons
8 years ago
gnosygnu 74fefed754 Cfg: Refactor 'Import - General'
8 years ago
gnosygnu ba2e59fd94 Cfg: Add gui-args and readonly
8 years ago
gnosygnu 93fcec3457 Cfg: Convert rest of pages
8 years ago
gnosygnu 2b5b238bc1 Wikibase: Do not cast 'numeric-id' to 'string'; leave as 'int'
8 years ago
gnosygnu 873968b27f Cfg: Convert 'GUI - Window'
8 years ago
gnosygnu 7f97487721 Cfg: Convert 'CSS - General'
8 years ago
gnosygnu 66e1c3ecc2 Cfg: Convert 'App - Startup' (finished)
8 years ago
gnosygnu 5b42a90cd5 Mass_parse: Refactor ifexist_mgr into separate class; Load more titles into ifexist_mgr
8 years ago
gnosygnu bfc5c5b68e Cfg: Convert 'App - Startup' (start)
8 years ago
gnosygnu 2f3a3a7a16 Mass_parse: Add separate ifexists cache
8 years ago
gnosygnu 38f5f6de7c Cfg: Convert 'App - Security'
8 years ago
gnosygnu 5073db8044 Cfg: Convert 'App - Debug'
8 years ago
gnosygnu 5fbf168fb7 Cfg: Convert 'App - Content Apps'
8 years ago
gnosygnu ad5d608ba5 Cfg: Standardize Xoitm_gui_tid; add support for io.cmd
8 years ago
gnosygnu ce36e1e76a Cfg: Add id to maint parser
8 years ago
gnosygnu 3395b22d57 Cfg: Convert 'Addon - Popups' (whitespace change)
8 years ago
gnosygnu 3ebc5aa2cd Cfg: Convert 'Addon - Popups'
8 years ago
gnosygnu 42e7f5f2c6 Cfg: Convert 'Import - Dansguardian'
8 years ago
gnosygnu 200707b1c6 Cfg: Convert 'Wiki - HTML databases'
8 years ago
gnosygnu c73c917c48 Wikibase: Add fiwikivoyage to list of known wikis
8 years ago
gnosygnu 22a173ae0b Cfg: Convert Gui - Tabs
8 years ago
gnosygnu 317880d083 Mass_parse: Fix caching behavior when multiple threads attempt to add same page
8 years ago
gnosygnu f6b4d5f153 Cfg: Auto-load previous section; better upsert behavior for items
8 years ago
gnosygnu 5e159233ab Mass_parse: Fix memory leak / slow performance due to over-zealous page caching
8 years ago
gnosygnu 8f68854513 Section_edit: Add lead paragraph edit
8 years ago
gnosygnu 4882262bed Cfg: Add more support for dynamic upsert / revert
8 years ago
gnosygnu f1396e13c7 Cfg: Add defaults loader
8 years ago
gnosygnu c10e34d26e Cfg: Change Xoedit_root to handle weird java.lang.VerifyError on Android
8 years ago
gnosygnu d7636457bd Cfg: Add support for lists
8 years ago
gnosygnu 0c3dbd4b4d Section_edit: Translate 'edit' and 'Edit section' labels
8 years ago
gnosygnu 780062ebb4 Section_edit: Support headers with covering behavior, dupes, xml, math, and templates
8 years ago
gnosygnu 998937ca26 Section_edit: Fail when clicking on transcluded headers
8 years ago
gnosygnu fd79415b53 Cfg: Split db into app and usr and overhaul db objects
8 years ago
gnosygnu 9dfbd472ac Cfg: Refactor to maint and edit
8 years ago
gnosygnu ceaae41b57 Cfg: Add mutliple sections and groups
8 years ago
gnosygnu 5d27bff298 Section_edit: Add basic merge support
8 years ago
gnosygnu 150454fd67 Section_edit: Show section when section_key is passed
8 years ago
gnosygnu d64136ab9d Release: v3.12.1.1
8 years ago
gnosygnu 585ef1c2ce Cfg: Add more implementation for cfg_cache and pub / sub
8 years ago
gnosygnu f7558a6761 Wbase: Add lock to pid_mgr else multi-threaded issues
8 years ago
gnosygnu 265388a889 Cfg: Add Xocfg_mgr
8 years ago
gnosygnu 364e72e869 Wbase: Do not fail if null quantity.lbound or quantity.ubound
8 years ago
gnosygnu 9fd328ac8f Wbase: Load prop datatype table as P123 instead of p123
8 years ago
gnosygnu 496068e9aa Section_edit: Add parse / intermediate html form
8 years ago
gnosygnu 5eaaae0749 Cfg: Remove nde_tid; convert checkbox yes to bool
8 years ago
gnosygnu 26ad5db8e9 Section_edit: Add initial groundwork for generating html
8 years ago
gnosygnu 1e28aa6e79 Xtn.Math: Swap out math tags with UNIQ
8 years ago
gnosygnu 2a0b5769ad Wikibase: Uniquefy items in wbase_prop table
8 years ago
gnosygnu da18f05d9f Wikibase: Infer datatype from cached table not from JSON doc
8 years ago
gnosygnu b3566def7e Wikibase: Add wbase_prop table for datatype
8 years ago
gnosygnu b1ad1411e4 Wikibase: Fix Wikibase json-entities loader not working
8 years ago
gnosygnu 83cf992f48 Core: Refactor base classes
8 years ago
gnosygnu 12459429b4 Import: Expand index on temp category table to include cl_type
8 years ago
gnosygnu 9e1bbe0235 App_update: Move constants to config
8 years ago
gnosygnu cea5072c2a Import: Add index to cl_from
8 years ago
gnosygnu 73872cf5ff Gui.Url_bar: Set page url to actual chars, not url-decoded chars
8 years ago
gnosygnu 720668ad63 App_update: Add more implementation for standalone update app
8 years ago
gnosygnu e0ee9a952d Parser.Lnke: Handle xwiki links to history pages
8 years ago
gnosygnu 468b9b6ed5 Wikibase: Convert globecoordinate's precision of '0' to precision of '1'
8 years ago
gnosygnu dd8cff9838 Embeddable: Fix if_exists test
8 years ago
gnosygnu 81dc7ea4ea Embeddable: Fix if_exists (restore)
8 years ago
gnosygnu fcbdf8bbd8 Embeddable: Fix if_exists
8 years ago
gnosygnu dae3be97ec App_update: Add standalone updater
8 years ago
gnosygnu 910b5d66d3 Embeddable: Add Free_memory method
8 years ago
gnosygnu a6540d6200 Scribunto: Do not convert zero padded numbers to integer
8 years ago
gnosygnu eb5173b3a0 Scribunto: Use local language's namespace name not canonical
8 years ago
gnosygnu 6e39f9979d Wikibase: Return 'property' not 'item' if wikidata page is Property:
8 years ago
gnosygnu fc55d0e2f9 App_update: Add replace worker; add db auto-update
8 years ago
gnosygnu 103d005e62 App_update: Add download and unzip workers
8 years ago
gnosygnu 1c37d4e599 Table_of_contents: Ignore TOC magic word on transcluded pages (comment)
8 years ago
gnosygnu 2382c4a535 Table_of_contents: Ignore TOC magic word on transcluded pages
8 years ago
gnosygnu 8f1c368ffe App_update: Add version_id and version_url; also add json_bridge
8 years ago
gnosygnu 55b81d4a60 ParserFunctions: Fix missing headers from several dozen ru.s Slavik pages
8 years ago
gnosygnu 82ade50f5e App_update: Add more changes for special page
8 years ago
gnosygnu c9748a6f44 Embeddable: Load modules from load_worker
8 years ago
gnosygnu 42dfdcdac2 Import: Convert null category sortkeys to empty array
8 years ago
gnosygnu 7ea0b39553 App_update: Add db table and object
8 years ago
gnosygnu 6459d990a5 App_update: Add addon and special page
8 years ago
gnosygnu c233214e42 Page_sync: Allow 'always sync' by setting sync interval to '0'
8 years ago
gnosygnu fb7c675117 Import.offline: Do not re-download category dump files when importing wiki (redux)
8 years ago
gnosygnu 9aa3902265 Page_sync: Fix page_sync failing when (a) page has math and (b) math has '~{'
8 years ago
gnosygnu a38c0e834e Page_sync: Implement 'Pages to sync' filter
8 years ago
gnosygnu d216562fba Cfg: Save items when changed
8 years ago
gnosygnu ab209ef91e Page_sync: Do not fail if page doesn't exist
8 years ago
gnosygnu cba205baf3 Cfg: Add more implementation for show items
8 years ago
gnosygnu bc04443812 Cfg: Show items
8 years ago
gnosygnu 21102d846f Image: Call 'cmd /c start' correctly by forcibly including quotes
8 years ago
gnosygnu bca989898e Image: Handle image paths with spaces and other URL-encoding
8 years ago
gnosygnu 419367ad9f Test: Do not print warnings during test
8 years ago
gnosygnu 40ee795c29 Cfg: Add create / edit screen
8 years ago
gnosygnu 7f31d49848 Release: v3.11.2.1
8 years ago
gnosygnu 69c97838ea Image: Show mockup of commons.wikimedia.org page when clicking on image
8 years ago
gnosygnu 306001f311 Cfg: Add initial implementation for special
8 years ago