Giter VIP home page Giter VIP logo

commonist's People

Contributors

don-vip avatar pleclown avatar ritschwumm avatar steinsplitter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

commonist's Issues

uploads not working

The progress bar at the bottom shows '100% of files uploaded', then 'loading gallery', then 'could not update gallery', but in the end no files are uploaded. I haven't changed anything, while last week it worked well.

overwriting 2500 svg-files (bug-fix for renderissue)

I want to bug-fix a renderissue: phab:T36947 for more than 2500+[1] svg-files, but there are two problems with upload them with commonist:

  • For every picture commonist ask me if I want to overwrite (thats anoying for 2500+ files)
    screenshot from 2018-09-25 17-03-35
  • The description-page should kept unchanged, not as File:1_Bulgaria_610_BC.svg

Please provide an reasonable upload for minor (but necessary) mass-bug-fix-edits, such as User_talk:JoKalliauer#Text_rendering

[1] Category:SVG_maps_showing_history_in_Russian

Total upload progress

While there's an upload progress for the current file, there isn't any for the list of selected files.

A simple "File X/Total" would be useful, but a progress bar (based on total size to upload) would be even better if possible.

Controversial application name

The name refers to communism, it could offend many people who suffer dictatorial regimes under this ideology. I suggest changing the name to something more neutral

UTF8 support / error in metadata import

It is nice that commonist uses EXIF metadata for some fields like the description field.
However, it would be fine if UTF8 characters were accepted correctly.
In German there are some special characters, which are notimported properly from the images (my images and metadata were exported from Lightroom).

BTW: Is there the possibility to import the category as well? If so, from which EXIF-tag?

Hochladen von fehlgeschlagen (Sourced file: jar:http://neonstau.de/commonist/wa/commonist-1.6.1.jar!/image_wikimedia_commons.bpp unknown error: access denied ("java.lang.RuntimePermission" "accesDeclaredMembers"))

Hello,
I tried to upload some pictures with Commonist. I launched it via Web Start, filled out the forms and chosed some pictures. Then I pressed the Hochladen-Button and I received the error message:

Hochladen von fehlgeschlagen (Sourced file: jar:http://neonstau.de/commonist/wa/commonist-1.6.1.jar!/image_wikimedia_commons.bpp unknown error: access denied ("java.lang.RuntimePermission" "accesDeclaredMembers"))

How can I fix this?

Handle dependencies's download and installation.

CURL / MAKE appraoch

$curl -L -C - 'http://site.net/file.zip' -o ../data/file.zip

My cheatsheet for :

GIT SUBMODULE approach

An alternative.

0. Get the main repository ritschwumm/commonist.git:

git clone "https://github.com/<user>/<project>.git"
cd ./<project>/               # here, `git branch` gives "master", you can create an other one to test around

1. Add submodule project2.git to the ./project2place/ folder of your project.git:

git submodule add -- "https://github.com/<project2user>/<project2name>.git" "./project2place/"

2.Commit cycle :

git commit -am "dev,git: add submodule https://github.com/<project2user>/<project2name>.git" 
git push

Cloning the repository for git +1.6.5 :

git clone --recursive git://github.com/foo/bar.git
cd bar

Updating repository:

git submodule update --init --recursive

Installing

When code is on user's computer, running the installation is up to your project's specifics.

login failed NeedToken (own wiki)

Since wikimedia 1.27 login fails in a own wiki
"UploadFilesTask.scala:96 login failed NeedToken"
commonist-1.8.0, Java 8.151, MediaWiki 1.27.4, PHP 5.5.9-1ubuntu4.22, PostgreSQL 9.4.15
Is there any chance to fix it?
More details needed?
Thanks a lot.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.