Activity for ActionApps

  • Honza Malik Honza Malik committed [r4964] on SVN

    fixed {join:json:...} - returns always basic JSON array, not object for some cases

  • Honza Malik Honza Malik committed [r4963] on SVN

    - new possibility to call itemedit.php with edit_new=1&id=... which shows only "Insert as new" button (good for creating new items based on template or older item)

  • Honza Malik Honza Malik committed [r4962] on SVN

    Fixed "Scheduled to" column in Slice Admin -> Planned tasks

  • Honza Malik Honza Malik committed [r4961] on SVN

    Slice Admin - Statistics - added cached / no-cached percentage graph

  • Honza Malik Honza Malik committed [r4960] on SVN

    - Better Slice Admin -> Statistics - added summary numbers for all displayed items, better graph colors, ...

  • Honza Malik Honza Malik committed [r4959] on SVN

    - Slice Admin -> Statistics now displays graph, compares speed of cached/not cached - modified / not modified pages...

  • Honza Malik Honza Malik committed [r4958] on SVN

    - Slice Admin -> Statistics now displays graph, compares speed of cached/not cached - modified / not modified pages...

  • Honza Malik Honza Malik committed [r4957] on SVN

    many simple PHP optimizations thanks to static analysis [EA] - str_contains, ===, join->implode, str_replace multiple...

  • Honza Malik Honza Malik committed [r4956] on SVN

    small fixes

  • Honza Malik Honza Malik committed [r4955] on SVN

    {newitem now allows copy also related items on specified field - probably some items related data

  • Honza Malik Honza Malik committed [r4954] on SVN

    convert slice encoding optimalization rewriten to support latin1 and options

  • Honza Malik Honza Malik committed [r4953] on SVN

    - fixed UpdateDBStructure Optimize function to ROLLBACK on error

  • Honza Malik Honza Malik committed [r4952] on SVN

    fixed writing mails to Readers - the bookmarked search could be used again

  • Honza Malik Honza Malik committed [r4951] on SVN

    Fixed Bookmarks in Related Item Window - now goes from right slice

  • Honza Malik Honza Malik committed [r4950] on SVN

    Re-added deleted icons for old FileManager.

  • Honza Malik Honza Malik committed [r4949] on SVN

    fixed thumbnail generation in "otherfield" setting of File Upload widget. Now supports also AVIF files.

  • Honza Malik Honza Malik committed [r4948] on SVN

    Disabling view and enabling view logging is now functional. Logs are shown on view edit page.

  • Honza Malik Honza Malik committed [r4947] on SVN

    a few new strings translated

  • Honza Malik Honza Malik committed [r4946] on SVN

    re-adding old images for old File Manager

  • Honza Malik Honza Malik committed [r4945] on SVN

    re-adding old images for old File Manager

  • Honza Malik Honza Malik committed [r4944] on SVN

    fixed problem with more strict {expressions parsing form last commit

  • Honza Malik Honza Malik committed [r4943] on SVN

    Radio Button Widget now supports "Text option for Other" - on the last option text field could be filled as "Other" option

  • Honza Malik Honza Malik committed [r4942] on SVN

    modern PHP used - arrow functions instead of closures

  • Honza Malik Honza Malik committed [r4941] on SVN

    - fixed AA expression parsing - only ":" (and "(" in some special cases) allowed as was intended. It fixes JS error with ${Math.round(fromDate.getTime())} in AA_Ajax('mydiv', `pg.php?time=${Math.round(fromDate.getTime()}`)

  • Honza Malik Honza Malik committed [r4940] on SVN

    updated CSS so we can use aa-ok, aa-err and aa-info class to elements. Updated also styles for new Related Item Manager

  • Honza Malik Honza Malik committed [r4939] on SVN

    fixed search for datovka in {oids

  • Honza Malik Honza Malik committed [r4938] on SVN

    better caching of related slices/modules

  • Honza Malik Honza Malik committed [r4937] on SVN

    datovka - added last update time; removed debug messages; fixed related_to save

  • Honza Malik Honza Malik committed [r4936] on SVN

    fixed {view:24::slices-

  • Honza Malik Honza Malik committed [r4935] on SVN

    fixed FTP Grabber when working on subdirectories

  • Honza Malik Honza Malik committed [r4934] on SVN

    - new possibility to get formatted objects (datovka messages, right now) using {oitem} and {oids} (item anf ids counterparts)

  • Honza Malik Honza Malik committed [r4933] on SVN

    new possibility to mark View as Disabled

  • Honza Malik Honza Malik committed [r4932] on SVN

    - code clen-up - return parameters type specified, ...

  • Honza Malik Honza Malik committed [r4931] on SVN

    history functions moved to its own class

  • Honza Malik Honza Malik committed [r4930] on SVN

    AA Finder - link to slice for content search

  • Honza Malik Honza Malik committed [r4929] on SVN

    {daterange} now uses typographically correct UTF nnbsp (narrow non-breaking space) and ndash

  • Honza Malik Honza Malik committed [r4928] on SVN

    {daterange} now uses typographically correct UTF nnbsp (narrow non-breaking space) and ndash

  • Honza Malik Honza Malik committed [r4927] on SVN

    new buttons to save existing view as new in AA -> Views UI

  • Honza Malik Honza Malik committed [r4926] on SVN

    fixed embeding images to mails on sending (it was buggy from update of HTMLMimeMail library)

  • Honza Malik Honza Malik committed [r4925] on SVN

    fixed {datovka} error codes

  • Honza Malik Honza Malik committed [r4924] on SVN

    fixed {view:24::slices-...} setting

  • Honza Malik Honza Malik committed [r4923] on SVN

    - improved the code using PHP 8.1 constructs

  • Honza Malik Honza Malik committed [r4922] on SVN

    - fixed bug when translation slice is deleted

  • Honza Malik Honza Malik committed [r4921] on SVN

    better handling empty filenames

  • Honza Malik Honza Malik committed [r4920] on SVN

    old sitemodules - possible better state validation

  • Honza Malik Honza Malik committed [r4919] on SVN

    updated mail functions

  • Honza Malik Honza Malik committed [r4918] on SVN

    fixed mails to readers

  • Honza Malik Honza Malik committed [r4917] on SVN

    - fixed Unique validation for username, ...

  • Honza Malik Honza Malik committed [r4916] on SVN

    there could be multiple mails for Reader in {mail... in con_email....... field

  • Honza Malik Honza Malik committed [r4915] on SVN

    Required minimum PHP version changed to 8.1 (older are not supported by PHP itself) and JWT plugin needs at least 8.0.

  • Honza Malik Honza Malik committed [r4914] on SVN

    new Datovka feature - additional files

  • Honza Malik Honza Malik committed [r4913] on SVN

    new Datovka feature - allows sending Datovka message (CZ state massaging system) by {datovka:...} experession - @see /misc/datovka for more info

  • Honza Malik Honza Malik committed [r4912] on SVN

    - new Datovka feature - allows sending Datovka message (CZ state massaging system) by {datovka:...} experession - @see /misc/datovka for more info

  • Honza Malik Honza Malik committed [r4911] on SVN

    new possibility to log duration of each hit. We log time index and cache state. You can add it on Optimize page by "Add hit duration log feature". It adds one column to hit_archive table. The stats page is not yet implemented

  • Honza Malik Honza Malik committed [r4910] on SVN

    better UI for Change field ID

  • Honza Malik Honza Malik committed [r4909] on SVN

    - new possibility to select multiple checkboxes by holding shift key in Item Manager

  • Honza Malik Honza Malik committed [r4908] on SVN

    fixed AA -> finder list of found rows in object_* table

  • Honza Malik Honza Malik committed [r4907] on SVN

    fixed AA -> finder list of found rows in object_* table

  • Honza Malik Honza Malik committed [r4906] on SVN

    fixed AA -> finder list of found rows in object_* table

  • Honza Malik Honza Malik committed [r4905] on SVN

    - fixed d-id..............-=- conditions

  • Honza Malik Honza Malik committed [r4904] on SVN

    fixed db bug in Links module

  • Honza Malik Honza Malik committed [r4903] on SVN

    search for Long Item ID in AA UI Item listing is possible, now

  • Honza Malik Honza Malik committed [r4902] on SVN

    fixed {userinfo:<user_id>:logintime} and {userinfo:<user_id>:logintimes}

  • Honza Malik Honza Malik committed [r4901] on SVN

    better default priorities for new constants

  • Honza Malik Honza Malik committed [r4900] on SVN

    fixed last commit - problem with multilanguage fields

  • Honza Malik Honza Malik committed [r4899] on SVN

    new possibility to add value to field using + after the field id in {updateitem:c239cb267837a25b4efb5892ca4f4324:relation........+:{ensureitem:...}}

  • Honza Malik Honza Malik committed [r4898] on SVN

    fixed GPS widget for multiuse

  • Honza Malik Honza Malik committed [r4897] on SVN

    - fixed GPS widget when used im Manager

  • Honza Malik Honza Malik committed [r4896] on SVN

    fixed Two boxes widget when displayed as ajax...

  • Honza Malik Honza Malik committed [r4895] on SVN

    improved {gps} to work with more GPS formats

  • Honza Malik Honza Malik committed [r4894] on SVN

    fixed container for GPS widget II

  • Honza Malik Honza Malik committed [r4893] on SVN

    fixed container for GPS widget

  • Honza Malik Honza Malik committed [r4892] on SVN

    updated composer to load new classes

  • Honza Malik Honza Malik committed [r4891] on SVN

    {mail... } for readers now uses nice logging to Mail Templates - email table

  • Honza Malik Honza Malik committed [r4890] on SVN

    - updated GPS widget - now allows store lines, rectangles and polygons as well as multiple objects. Stored in GeoJSON in such case.

  • Honza Malik Honza Malik committed [r4889] on SVN

    better UX for Change field ID - clickable fields

  • Honza Malik Honza Malik committed [r4888] on SVN

    Optimize functions converted to Manager UI, so you can filter them, ...

  • Honza Malik Honza Malik committed [r4887] on SVN

    - updated login page to match AA UI style

  • Honza Malik Honza Malik committed [r4886] on SVN

    added empty image as data

  • Honza Malik Honza Malik committed [r4885] on SVN

    fixed problem with storing values for views for Alerts filters

  • Honza Malik Honza Malik committed [r4884] on SVN

    updated function definition to be compatible to template

  • Honza Malik Honza Malik committed [r4883] on SVN

    small html Corrections

  • Honza Malik Honza Malik committed [r4882] on SVN

    fixed ArrayAccess for mail templates

  • Honza Malik Honza Malik committed [r4881] on SVN

    - {mail:1:<to>:...} now allows sending to reader ids (from site-related slices) using queue and silently created templates

  • Honza Malik Honza Malik committed [r4880] on SVN

    - ArrayAcces methods moved to trait

  • Honza Malik Honza Malik committed [r4879] on SVN

    Better output of AA finder - headlines of trashed items, links to history...

  • Honza Malik Honza Malik committed [r4878] on SVN

    updates Javascript for smart-eu-cookies, {eucookies} and Google analytics tracking id - for Consent mode v2

  • Honza Malik Honza Malik committed [r4877] on SVN

    fixed get content on empty string problem in files

  • Honza Malik Honza Malik committed [r4876] on SVN

    added phpunit in composer dev install

  • Honza Malik Honza Malik committed [r4875] on SVN

    Login screen allows display version (based on lang file - see cz-utf8_news_lang.php)

  • Honza Malik Honza Malik committed [r4874] on SVN

    version bumped to 2024.1

  • Honza Malik Honza Malik committed [r4873] on SVN

    - Nodes management transformed to manager UX

  • Honza Malik Honza Malik committed [r4872] on SVN

    improved database operations

  • Honza Malik Honza Malik committed [r4871] on SVN

    - optimized reading remote files

  • Honza Malik Honza Malik committed [r4870] on SVN

    fixed old PHP constructs (list()...}

  • Honza Malik Honza Malik committed [r4869] on SVN

    modernized Javascript code

  • Honza Malik Honza Malik committed [r4868] on SVN

    - AA Nodes management transformed to manager UX

  • Honza Malik Honza Malik committed [r4867] on SVN

    - urlencode replaced with better rawurlencode

  • Honza Malik Honza Malik committed [r4866] on SVN

    - new possibility to rename mail attachments: {mail:1:test@ecn.cz:test mail:{view:24}:utf-8:actionapps@ecn.cz:::::{"First.png":"https://test.org/img1.png","Second.png":"https://test.org/img2.png"}}

  • Honza Malik Honza Malik committed [r4865] on SVN

    default value for widgets with related sklice is headline...., and then _#HEADLINE (and not publish_date on second position, as was now) - better default for slices without headline...x field

1 >