[00:00] Tiki-KGB 03arildb r49509 10trunk/lib/prefs/feature.php * [DOC] Add a warning to User Encryption feature. [01:26] Gwayne joined #tikiwiki [01:30] marclaporte joined #tikiwiki [03:06] chibaguy joined #tikiwiki [03:36] Tiki-KGB 03arildb r49510 10trunk/ 10lib/prefs/feature.php 10lib/crypt/cryptlib.php 10templates/admin/include_security.tpl [03:36] Tiki-KGB [NEW] feature_password_domains: "domains" of passwords / encrypted data. [03:36] Tiki-KGB The entered password domains are prefixed (using 'pwddom.'), to avoid name clashes with other features [03:36] Tiki-KGB [MOD] The "secret key" changed to the MD5 sum of the username + password. (was: password). The password MD5 hash can be read in the database and should not be used as a secret key. [03:36] Tiki-KGB [NEW] Added CryptLib methods for regular data en/de-cryption [03:36] Tiki-KGB 03jyhem r49511 10branches/12.x/index.php * [FIX] Do not display ugly ill-formatted message to first-time Tiki users [03:43] TomJarvis joined #tikiwiki [03:54] Tiki-KGB 03arildb r49512 10trunk/lib/crypt/cryptlib.php * [NEW] Add CryptLib method to load the defined "password domains" [04:26] Tiki-KGB 03arildb r49513 10trunk/lib/crypt/cryptlib.php [04:26] Tiki-KGB [REF] Rename get/setUserPassword to get/setUserData. Make it clearer that not only passwords can be stored [04:50] Tiki-KGB 03chibaguy r49514 10trunk/templates/tiki-browse_categories.tpl * [REF] Improved layout. [05:14] Tiki-KGB 03chibaguy r49515 10trunk/templates/tiki-browse_categories.tpl * [ENH] Replace multiple buttons with button dropdown list. [08:34] Telesight joined #tikiwiki [08:37] redflo joined #tikiwiki [09:20] xavi1 joined #tikiwiki [09:36] chibaguy joined #tikiwiki [09:50] Tiki-KGB 03chibaguy r49516 03trunk/templates/layouts/header_middle_footer_containers_3-6-3 [09:50] Tiki-KGB [NEW] Layout template for 3-6-3 column width configuration (25%, 50%, 25% widths) [09:50] joelobrecht test [09:53] joelobrecht test [09:53] joelobrecht test [09:54] joelobrecht test [09:56] GillesM joined #tikiwiki [10:00] Tiki-KGB 03chibaguy r49517 10trunk/templates/layouts/header_middle_footer_containers_3-6-3/layout_view.tpl [10:00] Tiki-KGB [NEW] Layout template for 3-6-3 column width configuration (25%, 50%, 25% widths) [10:00] arildb joined #tikiwiki [10:08] joelobrecht test [10:10] joelobrecht tes test [10:16] joelobrecht tes tes test get message [11:03] arildb joined #tikiwiki [11:04] xavi polom [11:04] xavi hi joelobrecht - the - tester [11:05] xavi chibaguy or luciash, if still around. How can I select with jquery a row in a table that contains this html tag?: [11:06] xavi I mean, with jquery, I can hide fields when they show a text field properly, with something like: $("input[name=ins_149]").parents("tr:first").hide(); [11:07] xavi but the autoincrement tracker field, does not show a text field, but just some text at item creation time, in the form, that I'd like to hide, but I don't know how to say in Jquery, select that [11:07] xavi or maybe Jyhem might know the answer to this jquery question? [11:07] xavi oups, or maybe joelobrecht-the-tester ;-) [11:09] * xavi googling in the mean time [11:09] xavi oh, neat! $("label[for='ins_149']").parents("tr:first").hide(); [11:10] xavi stackoverflow rocks! ( http://stackoverflow.com/questions/1186416/jquery-selector-for-the-label-of-a-checkbox ) [11:10] xavi let's see if that is documented in the PluginJQ page... [11:19] xavi ok, added http://doc.tiki.org/PluginJq#Example_5 [11:32] hhm joined #tikiwiki [11:34] hhm I'm using Tiki 9.6LTS. Is there a way to open the upload dialogues for images and files by default in advanced mode? [11:52] arildb_ joined #tikiwiki [11:58] Tiki-KGB 03arildb r49518 10trunk/lib/prefs/feature.php * [FIX] feature_password_domains is dependent on feature_user_encryption [12:06] Tiki-KGB 03manivannans r49519 10branches/12.x/lib/core/Tracker/Field/TextArea.php [12:06] Tiki-KGB [FIX] Changes added to fix PluginTracker input word count limit for text area not working Ref:http://dev.tiki.org/item5096. [12:14] xavi hhm, not that I know of (without hacing the code). But you can try adding the toolbar button for "Files", and use it... [12:14] xavi s/hacing/hacking [12:14] xavi off the record: I've creatd a new doc. page to allow pointing to this nice feature to new users asking in forums: http://doc.tiki.org/Chosen [12:18] Tiki|bot joined #tikiwiki [12:19] Tiki|bot Recent Bug: - Country selector does not work as filter field "here/there" in a Dynamic Items List - http://dev.tiki.org/item5108 [12:26] Tiki-KGB 03arildb r49520 10trunk/tiki-filter-base.php * [FIX] define TIKI_PATH syntax [12:44] Tiki-KGB 03xavidp r49521 10branches/12.x/lib/wizard/pages/admin_profiles.php * [FIX]Naming Consistency: 'Featured Site Profiles' [12:48] Tiki-KGB 03xavidp r49522 10branches/12.x/templates/wizard/admin_editor_type.tpl * [ENH]Cosmetic fix (indentation or paragraphs) [13:06] Tiki-KGB 03xavidp r49523 10branches/12.x/modules/mod-func-users_list.php * [FIX]Oups (removing leftover from previous debugging) [13:11] xavi mmm, profiles.t.o seems to be down [13:11] xavi changi ? [13:13] xavi profiles.t.o up again, but dev.t.o down [13:13] xavi :-/ [14:01] changi xavi: working here ! [14:01] changi xavi: was the backup i think [14:01] xavi hi changi! [14:02] xavi ok, sorry for disturbing, then, and thanks for feedback [14:03] Jyhem_laptop joined #tikiwiki [14:17] chibaguy joined #tikiwiki [14:32] lphuberdeau joined #tikiwiki [14:39] hhm xavi, thanks for the suggestion. I already have this activated. My point is taht I would like to force my users to always use the advanced dialog so they see the categories they should put their uploads in. So far they just ignore them because they don't see them. [14:40] xavi ah, ok. then you will have to tweak your templates, maybe? [14:40] xavi search for the corresponding tpls in the code [14:43] hhm are those these:? File Galleries configuration templates (found in fgal) [14:51] SkiNut joined #tikiwiki [15:14] arildb_ joined #tikiwiki [15:14] xavi hhm, well, I mean, look at the tpl files in your tiki file tree (under ./templates/...), and tweak as needed. [15:15] chibaguy joined #tikiwiki [15:26] chibaguy joined #tikiwiki [15:27] xavi chibaguy: ? [15:27] xavi or luciash if you are around? [15:29] xavi how can we improve the space between modules when shown in mobile mode? Example: switch doc.t.o to mobile mode (from your pc, for instance), and see at the bottom the overlapping between "Tiki installation Guide" and "doc.tiki.org" [15:29] xavi I tried with .ui-first-child {margin-top:50;} or .ui-first-child {padding-top:50;} but no change... [15:30] xavi I also tried without success with: .ui-collapsible .ui-collapsible-inset .ui-collapsible-collapsed .ui-first-child {margin-top:50;} [15:30] xavi oups [15:36] Tiki-KGB 03lphuberdeau r49524 10trunk/composer.lock * [FIX] Re-compose after satis update [15:41] chibaguy joined #tikiwiki [15:48] Tiki-KGB 03chibaguy r49525 10trunk/templates/ 10(23 files) * [REF] Colons in form.form-horizontal labels removed. [15:52] hhm xavi, I'd rather not touch this to avoid having to do this with every update. Thanks anyway. [16:08] xavi ok, np [16:10] xavi hhm: if you make it optional (and don't break anything else, respecting the environment), you can commit your improvement. See https://dev.tiki.org/Commit and https://dev.tiki.org/3rules [16:15] arildb_ joined #tikiwiki [17:12] Tiki-KGB 03xavidp r49526 10branches/12.x/templates/admin/include_profiles.tpl * [FIX]Naming Consistency: 'Featured Site Profiles' [17:22] xavi bbl (laaate lunch, just after the commit is done) [17:24] Tiki-KGB 03xavidp r49527 10branches/12.x/ 10(20 files in 4 dirs) [17:24] Tiki-KGB [NEW]New screens at the Site Profiles Wizard, as suggested earlier in the devel list and in http://dev.tiki.org/Profiles+Wizard : one for potentially useful profiles for production sites (Mobile, etc), and another to showcase some features for demostration purposes. [17:24] Tiki-KGB [MOD]Names for the former profile-related wizard files and functions have been renamed to allow other cases to be added (Useful and Demo), and apply-profile links open in new window, so that user can continue revising other profiles from the wizard before finishing it. [17:24] Tiki-KGB [NEW]Icons have been added to all profiles in the Profile Wizard, to make it a little bit more user friendly (too much text still maybe?). all of them taken from openclipart (public domain icons): https://openclipart.org . They could be modified to have a similar color palette, since we have the svg version for all of them except the togetherJS one. [17:30] Telesight1 joined #tikiwiki [17:50] xavi1 joined #tikiwiki [18:05] Jyhem_laptop_ joined #tikiwiki [18:26] Tiki-KGB 03xavidp r49528 10branches/12.x/templates/wizard/admin_profiles_featured.tpl [18:26] Tiki-KGB [ENH]Added profile keywords to the url so that only that profile is listed, not all the featured profiles [18:28] Tiki-KGB 03xavidp r49529 10branches/12.x/templates/ 10wizard/admin_profiles_demo.tpl 10wizard/admin_profiles_useful.tpl [18:28] Tiki-KGB [FIX]Punctuation in tpls (removed colon where it was not necessary). Thanks sylvieg for the reminder. [18:31] TomJarvis joined #tikiwiki [19:04] Tiki-KGB 03lphuberdeau r49530 10branches/12.x/lib/core/Services/Tracker/Controller.php * [FIX] Conventions not followed in service [20:26] Tiki-KGB 03yonixxx r49531 10trunk/lib/core/Services/User/ConditionsController.php * [ENH]Error message when ommiting to submit birth date [20:32] luciash polom [20:38] Tiki-KGB 03arildb r49532 10trunk/ 03modules/mod-func-domain_password.php 10lib/crypt/cryptlib.php 03templates/modules/mod-domain_password.tpl 10templates/admin/include_security.tpl [20:38] Tiki-KGB [NEW] Module "Domain Password" [20:38] Tiki-KGB [MOD] CryptLib get/setUserData accepts a parameter name. [20:38] Tiki-KGB Can be used to add additional data to domain passwords, typically a username. [20:46] MichaelC joined #tikiwiki [20:48] Guest67014 joined #tikiwiki [20:58] Tiki-KGB 03lphuberdeau r49533 10trunk/doc/devtools/satis.json * [ENH] Upgrade symfony console [21:10] xavi left #tikiwiki [21:24] Tiki-KGB 03xavidp r49534 10branches/12.x/templates/wizard/admin_wizard.tpl [21:24] Tiki-KGB [FIX]Consistency with the new classification of Site profiles (not just 'featured'). [21:29] fabricius joined #tikiwiki [21:46] Tiki-KGB 03lphuberdeau r49535 10branches/12.x/ 10templates/trackerinput/text.tpl 10lib/core/Tracker/Field/Text.php [21:46] Tiki-KGB [FIX] Edit issue when multilingual is added late on a field, clean-up messy template [21:46] Tiki-KGB 03lphuberdeau r49536 10trunk/doc/devtools/satis.json * [FIX] Upgrade symfony console [21:48] Tiki-KGB 03lphuberdeau r49537 10(29 files in 11 dirs) * [MRG] Automatic merge, branches/12.x 49489 to 49535 [21:55] diggy joined #tikiwiki [22:10] fabricius joined #tikiwiki [22:15] amette joined #tikiwiki [22:16] dabright joined #tikiwiki [22:22] Tiki-KGB 03lphuberdeau r49538 10branches/12.x/ 10composer.lock 10composer.json * [ENH] Upgrading symfony/console [22:23] arildb I added some description for the CryptLib GUI. See http://doc.tiki.org/User+Encryption [22:24] Tiki-KGB 03lphuberdeau r49539 10trunk/composer.json 10trunk 10trunk/composer.lock * [MRG] Automatic merge, branches/12.x 49535 to 49538 [22:32] Tiki-KGB 03jshauk r49540 10branches/experimental/wikiLingo/ 10(6 files in 4 dirs) * Partial Implementation not yet working [22:46] Tiki-KGB 03arildb r49541 10trunk/templates/modules/mod-domain_password.tpl * [FIX] Do not show the username row, if no user is logged in [22:49] arildb_ joined #tikiwiki [22:59] binarymutt joined #tikiwiki [23:30] Tiki-KGB 03lphuberdeau r49542 10branches/12.x/lib/core/Perms/ResolverFactory/CategoryFactory.php * [ENH] Avoid unnecessary querying in permissions for category permissions [23:30] Tiki-KGB 03lphuberdeau r49543 10branches/12.x/lib/ 10core/Math/Formula/Runner.php 10core/Tracker/Field/Math.php * [ENH] Reduce overhead of tracker math calculations in bulk operations [23:32] Tiki-KGB 03lphuberdeau r49544 10branches/12.x/lib/core/Tracker/Field/Category.php * [ENH] Only fetch applicable categories once per field in bulk operations [23:32] Tiki-KGB 03lphuberdeau r49545 10branches/12.x/lib/ 10core/TikiDb/Bridge.php 10core/TikiDb/Table.php 10core/TikiDb.php 10trackers/trackerlib.php [23:32] Tiki-KGB [ENH] Allow to specify the table has no auto-increment keys to reduce overhead in bulk operations (and any tracker insert operation) [23:36] Tiki-KGB 03lphuberdeau r49546 10(9 files in 7 dirs) * [MRG] Automatic merge, branches/12.x 49538 to 49545 [23:36] marclaporte joined #tikiwiki [23:39] arildb joined #tikiwiki [23:40] Tiki|bot joined #tikiwiki [23:47] marclaporte joined #tikiwiki