luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.

MIT License

Downloads
8.6K
Stars
805
Committers
67

Bot releases are hidden (Show)

luya - 1.2.2

Published by nadar over 4 years ago

1.2.2 (20. April 2020)

  • #2011 Update theme create command to work on Windows
  • #2009 Improve the performance of mb_str_split, this will strongly improve the speed when working with LUYA crawler result previews.
  • #2012 Extend the create theme cli command with assets.
  • #2015 JsonLd Offers information added.
luya - 1.2.1

Published by nadar over 4 years ago

1.2.1 (7. April 2020)

  • #2008 Default values for JsonBehavior was wrong declared, expected is the opposite way 1. array as validation rule, 2. auto decode data after find.
luya - 1.2.0

Published by nadar over 4 years ago

1.2.0 (7. April 2020)

  • #2003 Add new StringHelper::isNumeric() which checks whether a value is nummeric (with regex instead of is_numeric) or not.
  • #2004 Make impoter public in order to improve setting up unit tests and option to override in controller map configuration.
  • #1970 Fixed a bug with relative theme paths.
  • #2007 Fixed a bug in JsonBehavior and added new properties for auto decoding data after find.
luya - 1.1.0

Published by nadar over 4 years ago

1.1.0 (12. March 2020)

  • Admin#464 The luya\traits\ApplicationTrait::setLocale() does not change the Yii::$app->language value as before. In order to change the application language use Yii::$app->language directly.
  • #1995 The luya\web\Asset defines a default $sourcePath when value is null. The default path is relative to its file location <FILE_LOCATION>/resources/<ASSET_NAME>.
  • #1993 Added new Text to Speech Widget luya\texttospeech\TextToSpeechWidget.
  • Added Karma tests to Travis.
luya - 1.0.26

Published by nadar over 4 years ago

1.0.26 (20. February 2020)

  • #1987 Fix bug with closures in luya\Config application and bootstrap section.
luya - 1.0.25

Published by nadar almost 5 years ago

1.0.25 (7. January 2020)

  • #1982 New PhoneNumberValidator to validate Phone Numbers and standardized the format.
  • #1981 Add appendQuery() and appendQueryTourl() function to Url Helper. The append method will add a given key value query param to the current url or any url.
  • #1986 Corrected the event triggering while the theme setup
luya - 1.0.24

Published by nadar almost 5 years ago

1.0.24 (9. December 2019)

  • #1980 Added ArrayHelper::search() keys option to search only in certain array keys.
  • #1969 Fixed exception handling while loading empty theme directories.
  • #1977 Added new ArrayHelper::combine() method to generate an array with the same keys and values.
  • #1977 Added support for ActiveForm context to SubmitButtonWidget. Supporting multi form (including pjax) on same page.
luya - 1.0.23

Published by nadar almost 5 years ago

1.0.23 (27. November 2019)

  • #1975 Added new luya\Config callback(fn) function to run define('YII_DEBUG', true) commands.
  • #1974 Register module components in bootstrap section before run luyaBootstrap method.
  • #1971 Add opcache reset to health command.
luya - 1.0.22

Published by nadar almost 5 years ago

1.0.22 (22. October 2019)

  • #1967 New corsConfig option for Application in order to set application wide cors settings.
  • #1964 Ensure console commands can return none scalar values to debug or prinit.
  • #1962 Fix problem with first stack trace informations not containing line and file informations.
  • #1963 Fix for theme bootstraping and layout loading.
luya - 1.0.21

Published by nadar about 5 years ago

1.0.21 (9. September 2019)

  • #1956 Ensure a not existing package installer config value installer.php won't throw an exception.
  • #1947 Whiteliste more exception which should not be transmitted to error API.
  • #1772 Add new luya\Config to generate configuration builds depending on console or web runtime.
  • #1950 Fixed bug in Export Helper when dealing with special chars.
  • #1942 Use phpmailers setFrom() method instead of $from and $fromName property.
  • #340|admin Allow extending the auth methods in rest behavior trait.
  • #1916 Extended LUYA Core with a mechanism to load and handle themes.
  • #1938 Added luyaBootstrap($app) method to base module. When the application starts, all LUYA modules will be initialized and therefore will call the luyaBootstrap($app) method.
luya - 1.0.20

Published by nadar about 5 years ago

1.0.20 (5. August 2019)

  • #1940 Add Url helper methods cleanHost() and domain().
  • #1939 Added new informations to error transfer to api.
  • #1941 Added new REST Helper method to send errors from a model or an array.
luya - 1.0.19

Published by nadar about 5 years ago

1.0.19 (22. July 2019)

  • #1931 Fixed issue with relativ paths in link tag.
  • #1927 New check whether console command is running in console application context.
  • #1925 Add new actions and controller retrieve options in object helper.
luya - 1.0.18

Published by nadar over 5 years ago

  • #1921 Added new resolveHostInfo() in Composition component in order to find a given host for a mapping defintion.
  • Fixed issue when binary is loading config file from vendor folder.
  • Update lock files to allow latest test suite with admin 2.0 constraint.
luya - 1.0.17

Published by nadar over 5 years ago

1.0.17 (23. April 2019)

Fixed

  • #1799 Use relative config file path for luya binary file.
  • #1914 Fixed problem with RobotsFilter when used in multiple forms on the same CMS page.

Added

  • #1912 Added ObjectHelper::isTraitInstanceOf method to check whether an object contains a certain trait or not.
luya - 1.0.16

Published by nadar over 5 years ago

1.0.16 (1. April 2019)

Fixed

  • #1911 Fixed bug in ArrayHelper::searchColumn() when using assoc arrays.
  • #1910 Fixed resized callback in lazyload js when using LazyLoad widget.
  • #1909 Fixed issued with wrong delimiter definition in StringHelper::highlightWord() function.
luya - 1.0.15

Published by nadar over 5 years ago

1.0.15 (19. February 2019)

Changed

  • #1895 Changed to email output obfuscation in email tag instead of plain email mailto link.

Added

  • #1905 Added composition $expectedValues property to configure expected pattern values (test if language is in the list of valid languages).
  • #1885 Fix issue where current url rule appends path param.
  • #1889 Add possibility to fetch images that are inserted after lazyLoading is initialised.
  • #1887 Add attribute hints assign option for dynamic model.

Fixed

  • #1907 Tags can now have escaped sub values like file[1](file.png \(PDF\)).
  • #1900 Fixed issue when attachment file name is not provided.
  • #1902 Composition component hides alternate url lang codes when hideDefaultPrefixOnly is true and current lang code is default.
  • #1898 Telephone link raises an exception if an invalid telephone number is provided.
  • #1888 Fixed issue with range values which can have float values.
  • #1876 Fixed the url generation without module context when using language switcher.
luya - 1.0.14.2

Published by nadar almost 6 years ago

1.0.14.2 (3. December 2018)

  • #1885 Fix issue where current url rule appends path param.
luya - 1.0.14.1

Published by nadar almost 6 years ago

1.0.14.1 (28. November 2018)

  • Patch release which fixes the problem with json-ld range values, language changer and Lazy loading. See 1.0.15 changelog file.
luya - 1.0.14

Published by nadar almost 6 years ago

1.0.14 (17. November 2018)

  • #1872 Added new schemas for Json-Ld. Fixed Event Json-Ld, and TypeHinting.
  • #1867 Rewritten lazyload js and added new placeholderSrc. Updated lazyload docs.
  • #1870 String helper truncate middle use default truncate if no results found and added new option for case sensitive comparing.
  • #1871 String helper highlight supports a list of words provided as array to highlight.
luya - 1.0.13

Published by nadar almost 6 years ago

1.0.13 (30. October 2018)

  • #1869 Fix bug with word highlight in string helper.
  • #1866 Make ./luya serve command work out of the box
  • #1863 Enabled the usage of alias paths when using renderLayout() method.
  • #1859 Fixed issue where alt body is not clean up when sending multiple messages in the same mail object.
  • #1855 If create a url to an other module, don't replace the url with current module context.