Git

You can anonymously read the source code, study it's features and documentation by going to the GitHub repository directoy:

https://github.com/ezpublishlegacy/netgen-ezpublish-legacy

You can anonymously check out the source code released by this project from its Git repository:

git clone https://github.com/ezpublishlegacy/netgen-ezpublish-legacy.git

You may be able to anonymously check out the source code released by this project from its expected composer package:

composer require ezpublishlegacy/netgen-ezpublish-legacy

To be able to commit changes to the project's repository, you need to be a member of the project.

Latest log messages

  • 3ca07bac7436dea9050291a508314d58a8dc9a00 on 22/08/2017 11:11 am by Edi Modrić <edi@netgen.hr> [GitHub Diff]
    Message: Update readme to note that the repo is deprecated
  • b71df0a714afb691ff7389623db4e0df8e06f490 on 16/08/2017 7:32 am by Edi Modrić <edi@netgen.hr> [GitHub Diff]
    Message: Merge branch 'before_1313'
  • 19686928540a01c9190f0aeeebff3cc124938128 on 03/08/2017 8:00 am by Adam Wójs <adam@wojs.pl> [GitHub Diff]
    Message: EZP-27746: Obsolete object relations not cleaned up (#1314)

    * EZP-25386: cleanup/sync ezobjrelation/list type CS

    * Fix EZP-25396: Update object relations (list) on publish

    * Fix EZP-25848: PostgreSQL regression in objectrelation/list

    * Fix EZP-27493: Typos in kernel/classes/datatypes/{ezobjectrelation/ezobjectrelationtype.php,ezobjectrelationlist/ezobjectrelationlisttype.php}
  • 6a56c8d002528fd38c8d4c68c17a2918b0e30864 on 02/08/2017 9:13 am by tomaszmadeyski <tomasz.madeyski@gmail.com> [GitHub Diff]
    Message: EZP-26013 moving commit before method which publishes content (#1310)

    * EZP-26013 moving commit before method which publishes content

    * EZP-26013 clearing the cache again after db transaction is commited

    * EZP-26013 adding new lines to keep amount of changes smaller
  • 70a0d8aef56b279dc78f4db4f61752c2b94e85d0 on 02/08/2017 9:11 am by wizhippo <wizhippo@gmail.com> [GitHub Diff]
    Message: EZP-27737: Load correct groups/roles in ezuser (#1311)

    * Load correct groups/roles in ezuser

    The fixes a regression after https://github.com/ezsystems/ezpublish-legacy/commit/134b652e66a399743ba158bf06c101c8abca7bd4

    * Retain original behavior on return
  • f02208e873a9d7d20293a64d1fdaa9ba2c5b79ee on 02/08/2017 12:49 am by Edi Modrić <emodric@users.noreply.github.com> [GitHub Diff]
    Message: EZP-26070: Add support for content/publish policy (#1307)
  • e4bb190e28829b944949afeedf6f4597c16cea00 on 01/08/2017 11:41 am by Tyler Harms <tyler.harms@gmail.com> [GitHub Diff]
    Message: Handle non-numeric image size keys better. (#1290)

    Currently the fallback when looking for icon sizes grabs the icon with the key `0`, but there are instances where there is nothing set at that key. I assume the author was meaning to grab the first icon size in the array, so I propose switching this to use reset.
  • e750ff167405944aad0b87323a5faba256da2262 on 01/08/2017 11:39 am by pkamps <pkamps@mugo.ca> [GitHub Diff]
    Message: Unit test db setup (#1276)
  • 1ce8043f8d7ef14d2c6156d73f564e34f8f66696 on 01/08/2017 11:22 am by Peter Keung <peter@mugo.ca> [GitHub Diff]
    Message: Fix EZP-24800: Support "allowed classes" limitation for object relation fields (#1201)

    * Fix EZP-24800: Support 'allowed classes' limitation for object relation (singular) fields

    * Fix object relation browse mode class constraint list when no classes are selected
  • 1580a962bdd924b0cab07a1a1921a581f02252f6 on 30/07/2017 11:45 am by Amaury Vallier <amaury.vallier@gmail.com> [GitHub Diff]
    Message: EZP-27714: Replaced wrong variable name in eZTemplateMultiPassParser class

    Using $tagPosition brings a notice that it does not exists => the variable to use is $tagPos
  • 57bf1d5d2bb3e31132d5d790a489040c6a2d7f03 on 25/07/2017 2:43 am by pkamps <pkamps@mugo.ca> [GitHub Diff]
    Message: Fix escaping for custom tag attribute values (#1289)
  • 1441e20fb8763d274dae9742e6f626cca924ff12 on 25/07/2017 2:42 am by Adam Wójs <adam@wojs.pl> [GitHub Diff]
    Message: EZP-27091: Added a settings to mark data collections as a "containing sensitive data" (#1308)

    * EZP-27091: Added a "CollectSensitiveData" and "CollectSensitiveDataList" settings to mark data collections as a containing sensitive data

    * fixup! EZP-27091: Added a "CollectSensitiveData" and "CollectSensitiveDataList" settings to mark data collections as a containing sensitive data
  • ece79f9b7967e10c8291873f584c874bb413a4fc on 20/07/2017 2:02 am by pkamps <pkamps@mugo.ca> [GitHub Diff]
    Message: Fix EZP-24919: Clear view/content cache when an object gets re-indexed (#1210)
  • 07ed37870a857a4fe2c36ea33c38b2d4261747af on 05/07/2017 2:42 am by tomaszmadeyski <tomasz.madeyski@gmail.com> [GitHub Diff]
    Message: EZP-25916: fixing deadlock issues on clustering cache (#1301)

    * EZP-25916: handling deadlock / lock wait timeout errors coming from mysql

    * EZP-25916 adding more descriptive comment

    * EZP-25916 typo fix

    * EZP-25916 changing result format to meet expected one

    * EZP-25916 changing comment
  • 010906975e6584e36195a66c49b2032fadc43ba7 on 05/07/2017 2:29 am by Jacek Foremski <natanael89@users.noreply.github.com> [GitHub Diff]
    Message: Fix EZP-27474: Unable to add the same URL alias for other languages (#1302)
  • cb9cfeb21d8e828e1daaa86637e4046ba04cefe9 on 05/07/2017 2:27 am by tomaszmadeyski <tomasz.madeyski@gmail.com> [GitHub Diff]
    Message: EZP-26013 moving commit before method to fix relations (#1306)
  • 134b652e66a399743ba158bf06c101c8abca7bd4 on 05/07/2017 2:02 am by tomaszmadeyski <tomasz.madeyski@gmail.com> [GitHub Diff]
    Message: EZP-27427 Cache generation performance improvement (#1303)

    * EZP-27427 improving cache generation performance by limiting redundant db queries

    * EZP-27427 styling changes

    * EZP-27427 adding comment

    * EZP-27427 improving comment's content
  • 2b2904d841cc3acb7b76454e0c88c0bf85bcafaa on 03/07/2017 2:37 am by Mario Blazek <blazek.mario@gmail.com> [GitHub Diff]
    Message: Added community badges (#1304)
  • cc3726d1ae384095179563068a0fa401ac5817f9 on 26/06/2017 3:25 am by Edi Modrić <edi@netgen.hr> [GitHub Diff]
    Message: Merge remote-tracking branch 'upstream/master'
  • 65e177f74ee2b598aeb339f7377aeedc95717641 on 19/06/2017 11:29 am by Adam Wójs <adam@wojs.pl> [GitHub Diff]
    Message: Fix EZP-27254: "Unknown relation type 0." error when access content object from REST API response (#1295)
  • c1db4426f1d3bb678f2f5b60353d5596cb09947c on 19/06/2017 6:59 am by Jacek Foremski <natanael89@users.noreply.github.com> [GitHub Diff]
    Message: FIX EZP-27306: Display modifier of published version in edit view and in version view (#1296)
  • f625a0c540ca2006e2a78cead7cd769c609176b6 on 01/06/2017 7:15 am by Gunnstein Lye <gunnstein.lye@ez.no> [GitHub Diff]
    Message: Fix wrong message text and grammar in ezexec.php
  • 154214ef06442ede74ca2ab1a4aa9ea14630861e on 26/05/2017 6:21 am by pkamps <pkamps@mugo.ca> [GitHub Diff]
    Message: EZP-27360: Make Template Operators utf8 friendly (#1298)
  • b0568fef8e09d00306b239f98f617d34f4e9a9f1 on 18/05/2017 7:01 am by Adam Wójs <adam@wojs.pl> [GitHub Diff]
    Message: Fix EZP-27321: Update TinyMCE to 3.5.12 and patch for "Uncaught DOMEx… (#1297)

    * Fix EZP-27321: Update TinyMCE to 3.5.12 and patch for "Uncaught DOMException: Failed to execute 'setBaseAndExtent' on 'Selection': There is no child at offset 1."

    * Fix EZP-27321: Synchronization of eztable plugin with table plugin after update TinyMCE to 3.5.12

    * Fix EZP-27321: Synchronization of ez theme plugin with advanced theme after update TinyMCE to 3.5.12
  • 7f9eae3c53ec5be6a2d406003db6c0a870e32684 on 11/04/2017 6:53 am by Edi Modrić <edi@netgen.hr> [GitHub Diff]
    Message: Merge remote-tracking branch 'upstream/master'
  • 4b71f556cc7a11d7736edaa311dcf11c30433044 on 04/04/2017 2:27 am by André R <andre.romcke@gmail.com> [GitHub Diff]
    Message: EZP-27011: Solr index not updated when changing a content priority (#1283)

    Edited & Tested by @vnivuahc, ref: https://github.com/netgen/ezplatformsearch/issues/11
  • 80026c075044d4b5e95f4502c9ad2bf77b9077f1 on 30/03/2017 12:07 am by Edi Modrić <edi@netgen.hr> [GitHub Diff]
    Message: Merge remote-tracking branch 'upstream/master'
  • a5838bd04ea9442018bd6ff3001201bae71b600e on 15/03/2017 2:05 am by Alex Wilson <antoligy@antoligy.com> [GitHub Diff]
    Message: EZP-15983 - Only include ezp_override when present (#1270)

    When generating autoloads on a fresh ezpublish-legacy install through Symfony, the missing file raises a notice which is caught by the Symfony exception handler - This means that the autoloads can't be generated through Symfony, unless they have previously been generated by legacy.

    This change is trivial and mitigates the issue.

    Duplicate/response to https://jira.ez.no/browse/EZP-15983 - Please don't hate me for using a file_exists @bdunogier!
  • 3dbdb787f49216146566e9917ac3e90ec554e411 on 15/03/2017 1:50 am by Thiago Campos Viana <thiagocamposviana@gmail.com> [GitHub Diff]
    Message: Add state change/assign to the audit log (#1285)
  • 82617a0a97748a1312ba3c970fab2374e1f5efc5 on 15/03/2017 1:46 am by Brookins Consulting <info@brookinsconsulting.com> [GitHub Diff]
    Message: EZP-27092: Remove eZAutoLink operator usage of preg_replace and PREG_REPLACE_EVAL (#1286)

    * Fix EZP-27092: Remove eZAutoLink operator usage of preg_replace and PREG_REPLACE_EVAL

    * Fix EZP-27092: Remove eZAutoLink operator usage of preg_replace and PREG_REPLACE_EVAL add unit tests
  • 3f7b64e16fc2cd29bb92edba27d70a4697f087a7 on 15/03/2017 1:35 am by André R <andre.romcke@gmail.com> [GitHub Diff]
    Message: Merge pull request #1284 from pkamps/request_protocol_as_cache_key

    Setting to have different cache based on the request protocol
  • 6b77550735ad16f9ea346ad68eba33f2188af48d on 15/03/2017 1:29 am by André R <andre.romcke@gmail.com> [GitHub Diff]
    Message: Merge pull request #1275 from pkamps/fix-var-export-normalize

    Making sure all affected PHP versions are handled
  • f5824c0213586bcfb33c84d4e0dc31a79a9afbc8 on 09/03/2017 12:06 am by Edi Modrić <edi@netgen.hr> [GitHub Diff]
    Message: Merge remote-tracking branch 'upstream/master'
  • 2393c37f0c115237433bce5578df2f04e551e4e8 on 07/03/2017 6:39 am by Yannick ROGER <yannick.roger@ez.no> [GitHub Diff]
    Message: Merge pull request #1272 from blankse/patch-1

    Fix EZP-26798: Query parameters get lost when being redirected with m…
  • c6e34b5b5105dd2f1718deb52ebe2055b09681b5 on 07/03/2017 5:31 am by Gunnstein Lye <gunnstein.lye@ez.no> [GitHub Diff]
    Message: Fix EZP-26911: Embedded PDF files are downloadable though they are in trash

    (cherry picked from commit b77fc1552e2749389a97a0d9a9198d7949640de4)
    (cherry picked from commit aca9b5a3361192fe790b501de71ec114ae779b32)
    (cherry picked from commit 4b11ff45152a32734868f85cada4f29463137c84)
  • 93d52cf625f4c510b8ee6c2759ce38c9fe1d266e on 07/03/2017 5:06 am by Gunnstein Lye <gunnstein.lye@ez.no> [GitHub Diff]
    Message: EZP-27000: Remove uploader.swf from all repos/branches

    (cherry picked from commit fe1750394e05558ab305f25040a018d6e2872acd)
  • 31dbbe1f99146bc163c90fd26be0e1a384312392 on 07/03/2017 1:45 am by Gunnstein Lye <gunnstein.lye@ez.no> [GitHub Diff]
    Message: Fix EZP-26659: The package component is vulnerable to arbitrary file upload

    (cherry picked from commit 789e5d4d2bb6ec81a3ee0e8b5b832861d0d14d47)
    (cherry picked from commit 03145783c1e35f4bf83e9ef08d53b0dbaabf4ce3)
    (cherry picked from commit d68b26ef230434618c481c53082e9344c7ccc417)
  • 874d7c0e739f7094671205dbf57335e670d97f3f on 07/03/2017 1:29 am by Gunnstein Lye <gunnstein.lye@ez.no> [GitHub Diff]
    Message: Fix EZP-26405: SQL Injection in Search Component (ezsearchengine)

    Follow-up to 6d926593fd5c00028b8d379c7273898b3055beed which was incomplete.

    (cherry picked from commit 3e549c815d7c35347567824e1a39890ed4bc919f)
    (cherry picked from commit b080ebb58f80b9cffb803464f36db261d8c4d9ec)
    (cherry picked from commit 4a7824949ecbb0fa70b15b22811f9f84af19ea0a)
  • c26ffe3b4d6d7b11fd8de459987d6e9bc34495e9 on 03/03/2017 1:22 am by Philipp Kamps <pkamps@mugo.ca> [GitHub Diff]
    Message: Setting to have different cache based on the request protocol
  • 8bc598f43685bbc7ab6649889a26e7bbd3d93a41 on 15/02/2017 4:48 am by Edi Modrić <edi@netgen.hr> [GitHub Diff]
    Message: Merge remote-tracking branch 'upstream/master'
  • 863c3e4b3a2d19cec08f0641697c26f707de86a5 on 03/02/2017 1:44 am by Damien Pobel <damien@pobel.fr> [GitHub Diff]
    Message: Fix EZP-26832: Enabling editor causes error on links with "&" (#1278)
  • f8b684b74571e28e94cc19825c7d3b91c069a5ba on 12/01/2017 7:59 am by Philipp Kamps <pkamps@mugo.ca> [GitHub Diff]
    Message: Making sure all affected PHP versions are handled
  • 8d9d2d95bdafecd36e4ef551b61fca2cef79e594 on 09/01/2017 1:18 am by Edi Modrić <emodric@users.noreply.github.com> [GitHub Diff]
    Message: Merge pull request #2 from netgen/content_publish

    Add content/publish policy, ref EZP-26070
  • 6932be23a9773709a8f17ae665c02982bb8b59fa on 09/01/2017 1:00 am by Edi Modrić <edi@netgen.hr> [GitHub Diff]
    Message: Add content/publish policy, ref EZP-26070
  • 3c4bd11a7566b73f7655515f7c60236db47f92f9 on 20/12/2016 6:25 am by Sebastian Blank <sebastian.bl@gmx.de> [GitHub Diff]
    Message: Fix EZP-26798: Query parameters get lost when being redirected with mobile device detect filter