Gwayne: joined #tikiwiki marclaporte: joined #tikiwiki chibaguy: joined #tikiwiki Tiki-KGB: 03arildb r49510 10trunk/ 10lib/prefs/feature.php 10lib/crypt/cryptlib.php 10templates/admin/include_security.tpl
[NEW] feature_password_domains: "domains" of passwords / encrypted data.
The entered password domains are prefixed (using 'pwddom.'), to avoid name clashes with other features
[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.
[NEW] Added CryptLib methods for regular data en/de-cryption
03jyhem r49511 10branches/12.x/index.php * [FIX] Do not display ugly ill-formatted message to first-time Tiki users TomJarvis: joined #tikiwiki Tiki-KGB: 03arildb r49512 10trunk/lib/crypt/cryptlib.php * [NEW] Add CryptLib method to load the defined "password domains"
03arildb r49513 10trunk/lib/crypt/cryptlib.php
[REF] Rename get/setUserPassword to get/setUserData. Make it clearer that not only passwords can be stored
03chibaguy r49514 10trunk/templates/tiki-browse_categories.tpl * [REF] Improved layout.
03chibaguy r49515 10trunk/templates/tiki-browse_categories.tpl * [ENH] Replace multiple buttons with button dropdown list. Telesight: joined #tikiwiki redflo: joined #tikiwiki xavi1: joined #tikiwiki chibaguy: joined #tikiwiki Tiki-KGB: 03chibaguy r49516 03trunk/templates/layouts/header_middle_footer_containers_3-6-3
[NEW] Layout template for 3-6-3 column width configuration (25%, 50%, 25% widths) joelobrecht: test
test
test
test GillesM: joined #tikiwiki Tiki-KGB: 03chibaguy r49517 10trunk/templates/layouts/header_middle_footer_containers_3-6-3/layout_view.tpl
[NEW] Layout template for 3-6-3 column width configuration (25%, 50%, 25% widths) arildb: joined #tikiwiki joelobrecht: test
tes test
tes tes test get message arildb: joined #tikiwiki xavi: polom
hi joelobrecht - the - tester
chibaguy or luciash, if still around. How can I select with jquery a row in a table that contains this html tag?: <label for="ins_149">
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();
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 <label for="ins_149">
or maybe Jyhem might know the answer to this jquery question?
oups, or maybe joelobrecht-the-tester ;-) -: xavi googling in the mean time xavi: oh, neat! $("label[for='ins_149']").parents("tr:first").hide();
stackoverflow rocks! ( http://stackoverflow.com/questions/1186416/jquery-selector-for-the-label-of-a-checkbox )
let's see if that is documented in the PluginJQ page...
ok, added http://doc.tiki.org/PluginJq#Example_5 hhm: joined #tikiwiki
I'm using Tiki 9.6LTS. Is there a way to open the upload dialogues for images and files by default in advanced mode? arildb_: joined #tikiwiki Tiki-KGB: 03arildb r49518 10trunk/lib/prefs/feature.php * [FIX] feature_password_domains is dependent on feature_user_encryption
03manivannans r49519 10branches/12.x/lib/core/Tracker/Field/TextArea.php
[FIX] Changes added to fix PluginTracker input word count limit for text area not working Ref:http://dev.tiki.org/item5096. xavi: hhm, not that I know of (without hacing the code). But you can try adding the toolbar button for "Files", and use it...
s/hacing/hacking
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 Tiki|bot: joined #tikiwiki
Recent Bug: - Country selector does not work as filter field "here/there" in a Dynamic Items List - http://dev.tiki.org/item5108 Tiki-KGB: 03arildb r49520 10trunk/tiki-filter-base.php * [FIX] define TIKI_PATH syntax
03xavidp r49521 10branches/12.x/lib/wizard/pages/admin_profiles.php * [FIX]Naming Consistency: 'Featured Site Profiles'
03xavidp r49522 10branches/12.x/templates/wizard/admin_editor_type.tpl * [ENH]Cosmetic fix (indentation or paragraphs)
03xavidp r49523 10branches/12.x/modules/mod-func-users_list.php * [FIX]Oups (removing leftover from previous debugging) xavi: mmm, profiles.t.o seems to be down
changi ?
profiles.t.o up again, but dev.t.o down
:-/ changi: xavi: working here !
xavi: was the backup i think xavi: hi changi!
ok, sorry for disturbing, then, and thanks for feedback Jyhem_laptop: joined #tikiwiki chibaguy: joined #tikiwiki lphuberdeau: joined #tikiwiki 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. xavi: ah, ok. then you will have to tweak your templates, maybe?
search for the corresponding tpls in the code hhm: are those these:? File Galleries configuration templates (found in fgal) SkiNut: joined #tikiwiki arildb_: joined #tikiwiki xavi: hhm, well, I mean, look at the tpl files in your tiki file tree (under ./templates/...), and tweak as needed. chibaguy: joined #tikiwiki
joined #tikiwiki xavi: chibaguy: ?
or luciash if you are around?
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"
I tried with .ui-first-child {margin-top:50;} or .ui-first-child {padding-top:50;} but no change...
I also tried without success with: .ui-collapsible .ui-collapsible-inset .ui-collapsible-collapsed .ui-first-child {margin-top:50;}
oups Tiki-KGB: 03lphuberdeau r49524 10trunk/composer.lock * [FIX] Re-compose after satis update chibaguy: joined #tikiwiki Tiki-KGB: 03chibaguy r49525 10trunk/templates/ 10(23 files) * [REF] Colons in form.form-horizontal labels removed. hhm: xavi, I'd rather not touch this to avoid having to do this with every update. Thanks anyway. xavi: ok, np
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 arildb_: joined #tikiwiki Tiki-KGB: 03xavidp r49526 10branches/12.x/templates/admin/include_profiles.tpl * [FIX]Naming Consistency: 'Featured Site Profiles' xavi: bbl (laaate lunch, just after the commit is done) Tiki-KGB: 03xavidp r49527 10branches/12.x/ 10(20 files in 4 dirs)
[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.
[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.
[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. Telesight1: joined #tikiwiki xavi1: joined #tikiwiki Jyhem_laptop_: joined #tikiwiki Tiki-KGB: 03xavidp r49528 10branches/12.x/templates/wizard/admin_profiles_featured.tpl
[ENH]Added profile keywords to the url so that only that profile is listed, not all the featured profiles
03xavidp r49529 10branches/12.x/templates/ 10wizard/admin_profiles_demo.tpl 10wizard/admin_profiles_useful.tpl
[FIX]Punctuation in tpls (removed colon where it was not necessary). Thanks sylvieg for the reminder. TomJarvis: joined #tikiwiki Tiki-KGB: 03lphuberdeau r49530 10branches/12.x/lib/core/Services/Tracker/Controller.php * [FIX] Conventions not followed in service
03yonixxx r49531 10trunk/lib/core/Services/User/ConditionsController.php * [ENH]Error message when ommiting to submit birth date luciash: polom 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
[NEW] Module "Domain Password"
[MOD] CryptLib get/setUserData accepts a parameter name.
Can be used to add additional data to domain passwords, typically a username. MichaelC: joined #tikiwiki Guest67014: joined #tikiwiki Tiki-KGB: 03lphuberdeau r49533 10trunk/doc/devtools/satis.json * [ENH] Upgrade symfony console xavi: left #tikiwiki Tiki-KGB: 03xavidp r49534 10branches/12.x/templates/wizard/admin_wizard.tpl
[FIX]Consistency with the new classification of Site profiles (not just 'featured'). fabricius: joined #tikiwiki Tiki-KGB: 03lphuberdeau r49535 10branches/12.x/ 10templates/trackerinput/text.tpl 10lib/core/Tracker/Field/Text.php
[FIX] Edit issue when multilingual is added late on a field, clean-up messy template
03lphuberdeau r49536 10trunk/doc/devtools/satis.json * [FIX] Upgrade symfony console
03lphuberdeau r49537 10(29 files in 11 dirs) * [MRG] Automatic merge, branches/12.x 49489 to 49535 diggy: joined #tikiwiki fabricius: joined #tikiwiki amette: joined #tikiwiki dabright: joined #tikiwiki Tiki-KGB: 03lphuberdeau r49538 10branches/12.x/ 10composer.lock 10composer.json * [ENH] Upgrading symfony/console arildb: I added some description for the CryptLib GUI. See http://doc.tiki.org/User+Encryption Tiki-KGB: 03lphuberdeau r49539 10trunk/composer.json 10trunk 10trunk/composer.lock * [MRG] Automatic merge, branches/12.x 49535 to 49538
03jshauk r49540 10branches/experimental/wikiLingo/ 10(6 files in 4 dirs) * Partial Implementation not yet working
03arildb r49541 10trunk/templates/modules/mod-domain_password.tpl * [FIX] Do not show the username row, if no user is logged in arildb_: joined #tikiwiki binarymutt: joined #tikiwiki Tiki-KGB: 03lphuberdeau r49542 10branches/12.x/lib/core/Perms/ResolverFactory/CategoryFactory.php * [ENH] Avoid unnecessary querying in permissions for category permissions
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
03lphuberdeau r49544 10branches/12.x/lib/core/Tracker/Field/Category.php * [ENH] Only fetch applicable categories once per field in bulk operations
03lphuberdeau r49545 10branches/12.x/lib/ 10core/TikiDb/Bridge.php 10core/TikiDb/Table.php 10core/TikiDb.php 10trackers/trackerlib.php
[ENH] Allow to specify the table has no auto-increment keys to reduce overhead in bulk operations (and any tracker insert operation)
03lphuberdeau r49546 10(9 files in 7 dirs) * [MRG] Automatic merge, branches/12.x 49538 to 49545 marclaporte: joined #tikiwiki arildb: joined #tikiwiki Tiki|bot: joined #tikiwiki marclaporte: joined #tikiwiki